mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 11:06:28 -06:00
(May) Conditional + new tests
This commit is contained in:
@@ -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} ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user