mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 18:59:32 -06:00
23 lines
371 B
Plaintext
23 lines
371 B
Plaintext
--# -path=.:../romance:../abstract:../common:prelude
|
|
|
|
concrete GrammarIta of Grammar =
|
|
NounIta,
|
|
VerbIta,
|
|
AdjectiveIta,
|
|
AdverbIta,
|
|
NumeralIta,
|
|
SentenceIta,
|
|
QuestionIta,
|
|
RelativeIta,
|
|
ConjunctionIta,
|
|
PhraseIta,
|
|
TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
IdiomIta,
|
|
StructuralIta
|
|
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|