forked from GitHub/gf-core
24 lines
411 B
Plaintext
24 lines
411 B
Plaintext
--# -path=.:../romance:../abstract:../common:prelude
|
|
|
|
concrete GrammarSpa of Grammar =
|
|
NounSpa,
|
|
VerbSpa,
|
|
AdjectiveSpa,
|
|
AdverbSpa,
|
|
NumeralSpa,
|
|
SentenceSpa,
|
|
QuestionSpa,
|
|
RelativeSpa,
|
|
ConjunctionSpa,
|
|
PhraseSpa,
|
|
TextSpa - [SC,Temp,Tense,Pol,PPos,PNeg], -- special punctuation
|
|
IdiomSpa,
|
|
StructuralSpa,
|
|
TenseSpa
|
|
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|