forked from GitHub/gf-core
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoSpa of Demo =
|
|
NounSpa,
|
|
ClauseSpa,
|
|
AdjectiveSpa,
|
|
AdverbSpa,
|
|
NumeralSpa,
|
|
QuestionSpa,
|
|
StructuralSpa,
|
|
LexiconSpa
|
|
** {
|
|
|
|
flags language = es; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|