summaryrefslogtreecommitdiff
path: root/examples/shallow
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-11-07 16:38:37 +0000
committeraarne <aarne@cs.chalmers.se>2006-11-07 16:38:37 +0000
commit1fd01130157b81d1b8f4e334f93efa25acf0ecc3 (patch)
treee3e550d6df056c6b39fb540e2991a01b8d83e56c /examples/shallow
parente8bad7f7e0b39e74a276ce46a48446dead919942 (diff)
real parser for Alvey grammar: new version of BigLexEng
Diffstat (limited to 'examples/shallow')
-rw-r--r--examples/shallow/BigShallowEng.gf2
-rw-r--r--examples/shallow/BigShallowEngAbs.gf2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/shallow/BigShallowEng.gf b/examples/shallow/BigShallowEng.gf
index 0a474afca..bb83e83fd 100644
--- a/examples/shallow/BigShallowEng.gf
+++ b/examples/shallow/BigShallowEng.gf
@@ -3,7 +3,7 @@
concrete BigShallowEng of BigShallowEngAbs =
ShallowEng,
BigLexEng,
- IrregEng,
+-- IrregEng,
ExtraEng-[
ComplBareVS,MkVPI
]
diff --git a/examples/shallow/BigShallowEngAbs.gf b/examples/shallow/BigShallowEngAbs.gf
index e13425a3f..06f9e936f 100644
--- a/examples/shallow/BigShallowEngAbs.gf
+++ b/examples/shallow/BigShallowEngAbs.gf
@@ -3,7 +3,7 @@
abstract BigShallowEngAbs =
Shallow,
BigLexEngAbs,
- IrregEngAbs,
+-- IrregEngAbs,
ExtraEngAbs-[
ComplBareVS, -- : VS -> S -> VP ; -- know you go
MkVPI -- : VP -> VPI ;