summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/mathematical/MathematicalDan.gf
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/old-lib/resource/mathematical/MathematicalDan.gf')
-rw-r--r--deprecated/old-lib/resource/mathematical/MathematicalDan.gf27
1 files changed, 27 insertions, 0 deletions
diff --git a/deprecated/old-lib/resource/mathematical/MathematicalDan.gf b/deprecated/old-lib/resource/mathematical/MathematicalDan.gf
new file mode 100644
index 000000000..7d8785b12
--- /dev/null
+++ b/deprecated/old-lib/resource/mathematical/MathematicalDan.gf
@@ -0,0 +1,27 @@
+--# -path=.:present:prelude
+
+concrete MathematicalDan of Mathematical =
+ NounDan - [ComplN2], --- to avoid ambiguity
+-- VerbDan,
+ AdjectiveDan,
+ AdverbDan,
+ NumeralDan,
+-- SentenceDan,
+ QuestionDan,
+ RelativeDan,
+ ConjunctionDan,
+ PhraseDan,
+ TextX,
+ IdiomDan,
+
+ StructuralDan,
+
+ SymbolDan,
+ PredicationDan,
+
+ LexiconDan
+ ** {
+
+flags startcat = Phr ;
+
+} ;