1
0
forked from GitHub/gf-core

remove the deprecated RP constructor in GFCC

This commit is contained in:
kr.angelov
2008-05-23 09:54:02 +00:00
parent 6027c10a0c
commit 4c14927914
5 changed files with 0 additions and 15 deletions

View File

@@ -69,7 +69,6 @@ term2js n l t = f t
D.F f -> JS.ECall (JS.EMember (JS.EIndex (JS.EMember (JS.EVar $ JS.Ident n) (JS.Ident "concretes")) (JS.EStr l)) (JS.Ident "rule")) [JS.EStr (prCId f), JS.EVar children]
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" []
tokn2js :: D.Tokn -> JS.Expr