summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/french/GrammarFre.gf
blob: 698cea5284053ae674a2e79f72ebc9a4c8b646bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--# -path=.:../romance:../abstract:../common:prelude

concrete GrammarFre of Grammar = 
  NounFre, 
  VerbFre, 
  AdjectiveFre,
  AdverbFre,
  NumeralFre,
  SentenceFre,
  QuestionFre,
  RelativeFre,
  ConjunctionFre,
  PhraseFre,
  TextX - [Tense,TPres,TPast,TFut,TCond],
  IdiomFre,
  StructuralFre
  ** {

flags startcat = Phr ; unlexer = text ; lexer = text ;

} ;