(May) Conditional + new tests

This commit is contained in:
Inari Listenmaa
2020-08-20 15:36:16 +02:00
parent 00a72f907b
commit 7f032c511f
4 changed files with 23 additions and 7 deletions
+3 -2
View File
@@ -12,13 +12,14 @@ concrete GrammarMay of Grammar =
TextX,
StructuralMay,
IdiomMay,
TenseX - [AAnter, TFut]
TenseX - [AAnter, TFut, TCond]
** open ParamX in {
flags startcat = Phr ;
lin
AAnter = {s = "sudah" ; a = ParamX.Anter} ;
TFut = {s = "akan" ; t = ParamX.Fut} ;
TFut = {s = "akan" ; t = ParamX.Fut} ;
TCond = {s = "akan" ; t = ParamX.Cond} ;
} ;