1
0
forked from GitHub/gf-rgl

aux and slash

This commit is contained in:
aarne
2005-02-09 14:45:48 +00:00
parent 2ee3d891bc
commit cf946fd07d
12 changed files with 250 additions and 190 deletions

View File

@@ -63,7 +63,12 @@ oper
-- in the singular; plural forms are uniformly equal to the 2nd person singular.
param
VForm = InfImp | Indic Person | Pastt Number | PPart | PresPart ;
VForm = InfImp | Indic Number | Pastt | PPart | PresPart ;
-- This is for auxiliary verbs, which have special negated indicative forms.
AuxVerbForm = AInfImp | AIndic Person Bool | APastt Number Bool | APPart | APresPart ;
oper
VerbP3 : Type = {s : VForm => Str} ;
@@ -73,6 +78,8 @@ oper
Particle : Type = Str ;
Verb = VerbP3 ** {s1 : Particle} ;
AuxVerb = {s : AuxVerbForm => Str} ;
--
--3 Pronouns
--