Spanish in 1.4

This commit is contained in:
aarne
2008-05-31 19:27:05 +00:00
parent acdf4c3d10
commit b238539745
31 changed files with 80508 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
--# -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 ;
} ;