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, 0 insertions, 22 deletions
diff --git a/deprecated/old-lib/resource/spanish/GrammarSpa.gf b/deprecated/old-lib/resource/spanish/GrammarSpa.gf
deleted file mode 100644
index 34594feb9..000000000
--- a/deprecated/old-lib/resource/spanish/GrammarSpa.gf
+++ /dev/null
@@ -1,22 +0,0 @@
---# -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 ;
-
-} ;