query language extended and generalized

This commit is contained in:
aarne
2010-06-19 10:29:06 +00:00
parent cca3039505
commit d9c34ce848
8 changed files with 174 additions and 61 deletions

View File

@@ -9,5 +9,7 @@ oper
lin NP (regNP s n) ;
mkIDet : Str -> ParadigmsEng.Number -> IDet = \s,n ->
lin IDet {s = s ; n = n} ;
mkIQuant : Str -> Str -> IQuant = \s,n ->
lin IQuant {s = table {Sg => s ; Pl => n}} ;
}