mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-21 11:46:23 -06:00
GFCC: TM with argument; fixed labels from bindings in gfc
This commit is contained in:
@@ -63,7 +63,7 @@ term2js l t = f t
|
||||
D.FV xs -> new "Variants" (map f xs)
|
||||
D.W str x -> new "Suffix" [JS.EStr str, f x]
|
||||
D.RP x y -> new "Rp" [f x, f y]
|
||||
D.TM -> new "Meta" []
|
||||
D.TM _ -> new "Meta" []
|
||||
|
||||
tokn2js :: D.Tokn -> JS.Expr
|
||||
tokn2js (D.KS s) = mkStr s
|
||||
|
||||
Reference in New Issue
Block a user