Commented out one_Det in peacekeeping grammar.

This commit is contained in:
bringert
2006-04-25 15:44:43 +00:00
parent 10bf3b1d9f
commit 1db0885429
2 changed files with 3 additions and 2 deletions

View File

@@ -38,7 +38,8 @@ abstract PeaceLexCommon = PeaceCat ** {
-- Numerals
one_Det : Det ;
-- Causes too much ambiguity
-- one_Det : Det ;
two_Num : Num ;
three_Num : Num ;
four_Num : Num ;

View File

@@ -37,7 +37,7 @@ incomplete concrete PeaceLexCommonI of PeaceLexCommon = PeaceCatI ** open Lang i
when_IAdv = when_IAdv;
-- Numerals
one_Det = DetSg one_Quant NoOrd ;
-- one_Det = DetSg one_Quant NoOrd ;
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;