mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
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 ;
|
|
|
|
} ;
|