1
0
forked from GitHub/gf-rgl

(Kor) Add separate form for neg. imperative

This commit is contained in:
Inari Listenmaa
2023-05-29 19:27:10 +02:00
parent 7cae261a97
commit fcfb60b6e5
2 changed files with 14 additions and 8 deletions
+4 -2
View File
@@ -115,7 +115,8 @@ param
VForm =
VStem Polarity -- for adding conjunctions
| VAttr Polarity -- for subordinate clauses
| VF Style Polarity ;
| VF Style Polarity
| VImpNeg ;
oper
-- Default style used in the whole grammar. Change here for another style.
@@ -141,7 +142,8 @@ oper
VF Polite Pos => "s (VF Polite Pos)" ;
VF Polite Neg => "s (VF Polite Neg)" ;
VF Plain Pos => "s (VF Plain Pos)" ;
VF Plain Neg => "s (VF Plain Neg)" } ;
VF Plain Neg => "s (VF Plain Neg)" ;
VImpNeg => "s VImpNeg" } ;
--------------------------------------------------------------------------------
-- Clauses