forked from GitHub/gf-core
23 lines
400 B
Plaintext
23 lines
400 B
Plaintext
--# -path=.:../romance:../abstract:../common:prelude
|
|
|
|
concrete GrammarSpa of Grammar =
|
|
NounSpa,
|
|
VerbSpa,
|
|
AdjectiveSpa,
|
|
AdverbSpa,
|
|
NumeralSpa,
|
|
SentenceSpa,
|
|
QuestionSpa,
|
|
RelativeSpa,
|
|
ConjunctionSpa,
|
|
PhraseSpa,
|
|
TextSpa - [Tense,TPres,TPast,TFut,TCond], -- special punctuation
|
|
IdiomSpa,
|
|
StructuralSpa
|
|
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|