summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/spanish/GrammarSpa.gf
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/old-lib/resource/spanish/GrammarSpa.gf')
-rw-r--r--deprecated/old-lib/resource/spanish/GrammarSpa.gf22
1 files changed, 22 insertions, 0 deletions
diff --git a/deprecated/old-lib/resource/spanish/GrammarSpa.gf b/deprecated/old-lib/resource/spanish/GrammarSpa.gf
new file mode 100644
index 000000000..34594feb9
--- /dev/null
+++ b/deprecated/old-lib/resource/spanish/GrammarSpa.gf
@@ -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 ;
+
+} ;