diff options
Diffstat (limited to 'next-lib/src/spanish/LangSpa.gf')
| -rw-r--r-- | next-lib/src/spanish/LangSpa.gf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/next-lib/src/spanish/LangSpa.gf b/next-lib/src/spanish/LangSpa.gf new file mode 100644 index 000000000..ca4248e27 --- /dev/null +++ b/next-lib/src/spanish/LangSpa.gf @@ -0,0 +1,10 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete LangSpa of Lang = + GrammarSpa, + LexiconSpa + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; |
