missing constructions in Attempto grammars added

This commit is contained in:
aarne
2008-11-03 16:51:43 +00:00
parent bf50b5d70d
commit 44ad7596b6
15 changed files with 112 additions and 59 deletions

View File

@@ -1,5 +1,10 @@
instance LexAttemptoEng of LexAttempto =
open ExtraEng, SyntaxEng, ParadigmsEng, ConstructX, IrregEng in {
open
ExtraEng,
SyntaxEng,
ParadigmsEng,
ConstructX,
IrregEng in {
oper
possible_A = mkA "possible" ;
@@ -9,7 +14,12 @@ oper
provably_Adv = mkAdv "provably" ;
provable_A = mkA "provable" ;
false_A = mkA "false" ;
such_A = mkA "such" ;
genitiveNP np = mkNP (GenNP np) ;
kilogram_CN = mkCN (mkN "kilogram") ;
each_Det = ExtraEng.each_Det ;
}