1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource/spanish/GrammarSpa.gf
2007-12-12 20:30:11 +00:00

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 ;
} ;