real parser for Alvey grammar: new version of BigLexEng

This commit is contained in:
aarne
2006-11-07 16:38:37 +00:00
parent b2eec8d06f
commit ccaa3e63fa
10 changed files with 18668 additions and 11966 deletions

View File

@@ -3,7 +3,7 @@
concrete BigShallowEng of BigShallowEngAbs =
ShallowEng,
BigLexEng,
IrregEng,
-- IrregEng,
ExtraEng-[
ComplBareVS,MkVPI
]

View File

@@ -3,7 +3,7 @@
abstract BigShallowEngAbs =
Shallow,
BigLexEngAbs,
IrregEngAbs,
-- IrregEngAbs,
ExtraEngAbs-[
ComplBareVS, -- : VS -> S -> VP ; -- know you go
MkVPI -- : VP -> VPI ;