summaryrefslogtreecommitdiff
path: root/next-lib/src/italian/GrammarIta.gf
blob: 905fe522b1188aa5411ce098e691fbe3abf51af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--# -path=.:../romance:../abstract:../common:prelude

concrete GrammarIta of Grammar = 
  NounIta, 
  VerbIta, 
  AdjectiveIta,
  AdverbIta,
  NumeralIta,
  SentenceIta,
  QuestionIta,
  RelativeIta,
  ConjunctionIta,
  PhraseIta,
  TextX  - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond],
  IdiomIta,
  StructuralIta

  ** {

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

} ;