Files
gf-core/lib/src/spanish/LangSpa.gf
2014-03-14 09:11:49 +00:00

12 lines
200 B
Plaintext

--# -path=.:../romance:../abstract:../common:../prelude
concrete LangSpa of Lang =
GrammarSpa,
LexiconSpa,
DocumentationSpa
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;