1
0
forked from GitHub/gf-rgl

added missing inflection tables

This commit is contained in:
Krasimir Angelov
2023-03-23 12:35:59 +01:00
parent 95364e667c
commit 5ea609092b

View File

@@ -111,6 +111,24 @@ lin
s2 = inflVerb verb
} ;
InflectionPN = \n -> {
t = "v" ;
s1 = heading1 "Proper Name" ;
s2 = n.s
} ;
InflectionGN = \n -> {
t = "v" ;
s1 = heading1 "Given Name" ;
s2 = n.s
} ;
InflectionSN = \n -> {
t = "v" ;
s1 = heading1 "Surname Name" ;
s2 = n.s
} ;
oper
inflVerb : Verb -> Str = \verb ->
let vtbl = useVerb verb