summaryrefslogtreecommitdiff
path: root/next-lib/src/parse
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-11-18 15:20:14 +0000
committerbjorn <bjorn@bringert.net>2008-11-18 15:20:14 +0000
commit7a7f3247b11a225efd96840493737a4530827ab1 (patch)
tree2f1af697ab9508936a489c8af3891d541032f904 /next-lib/src/parse
parent27168a053d0fd6e20795bbf35412dbf00f42760a (diff)
Remove "at least" and "at most" from parsing grammar, since they are now in structural.
Diffstat (limited to 'next-lib/src/parse')
-rw-r--r--next-lib/src/parse/ParseEng.gf2
-rw-r--r--next-lib/src/parse/ParseEngAbs.gf2
2 files changed, 0 insertions, 4 deletions
diff --git a/next-lib/src/parse/ParseEng.gf b/next-lib/src/parse/ParseEng.gf
index a5790ac41..b01906f76 100644
--- a/next-lib/src/parse/ParseEng.gf
+++ b/next-lib/src/parse/ParseEng.gf
@@ -123,8 +123,6 @@ lin
any_Predet = ss "any" ;
anybody_NP = variants { regNP "anybody" singular; regNP "anyone" singular };
anything_NP = regNP "anything" singular;
- at8least_AdN = ss ["at least"] ;
- at8most_AdN = ss ["at most"] ;
both_Det = mkDeterminer plural "both";
either_Det = mkDeterminer singular "either" ;
exactly_AdN = ss "exactly" ;
diff --git a/next-lib/src/parse/ParseEngAbs.gf b/next-lib/src/parse/ParseEngAbs.gf
index 4b2de2e4e..b7ea1347c 100644
--- a/next-lib/src/parse/ParseEngAbs.gf
+++ b/next-lib/src/parse/ParseEngAbs.gf
@@ -30,8 +30,6 @@ fun another_Predet : Predet ;
fun any_Predet : Predet ;
fun anybody_NP : NP ;
fun anything_NP : NP ;
-fun at8least_AdN : AdN ;
-fun at8most_AdN : AdN ;
fun both_Det : Det ;
fun either_Det : Det ;
fun exactly_AdN : AdN ;