peace grammars patched to work with the new API

This commit is contained in:
aarne
2008-08-20 07:14:20 +00:00
parent b962c3a0d3
commit 090d30c26b
15 changed files with 94 additions and 77 deletions

View File

@@ -3,6 +3,7 @@ incomplete concrete PeaceCatI of PeaceCat =
lincat
N = N; A = A; V = V; V2 = V2; V3 = V3; Pron = Pron;
Card = Card ; Art = Art ; --a
IP = IP; IAdv = IAdv;
Adv = Adv; NP = NP; CN = CN; Imp = Imp; Det = Det; Num = Num;
@@ -27,4 +28,4 @@ incomplete concrete PeaceCatI of PeaceCat =
ExclMark => { s = x ++ "!" } --TExclMark (ss s) TEmpty
} ;
}
}