mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
making parsing ImperC work
This commit is contained in:
@@ -67,4 +67,6 @@ resource ResImper = {
|
||||
ss (s ++ ";" ++ i.s) ** {s2 = v ++ i.s2 ; s3 = i.s3} ;
|
||||
binop : Str -> SS -> SS -> SS = \op, x, y ->
|
||||
ss (x.s ++ y.s ++ op ++ ";") ;
|
||||
binopt : Str -> SS -> SS -> SS -> SS = \op, x, y, t ->
|
||||
ss (x.s ++ y.s ++ t.s ++ op ++ ";") ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user