summaryrefslogtreecommitdiff
path: root/next-lib/src/french/GrammarFre.gf
blob: c3726d1639ac63662547caa077aebca47a69cfb5 (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 - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond],
  IdiomFre,
  StructuralFre
  ** {

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

} ;