mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-12 11:30:11 -06:00
24 lines
404 B
Plaintext
24 lines
404 B
Plaintext
--# -path=.:../romance:../abstract:../common:prelude
|
|
|
|
concrete GrammarIta of Grammar =
|
|
NounIta,
|
|
VerbIta,
|
|
AdjectiveIta,
|
|
AdverbIta,
|
|
NumeralIta,
|
|
SentenceIta,
|
|
QuestionIta,
|
|
RelativeIta,
|
|
ConjunctionIta,
|
|
PhraseIta,
|
|
TextX - [SC,Temp,Tense,Pol,PPos,PNeg,TPres,TPast,TFut,TCond],
|
|
IdiomIta,
|
|
StructuralIta,
|
|
TenseIta
|
|
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|