1
0
forked from GitHub/gf-core

Use LCLR algorithm for eliminating left-recursion, with lambda terms in SISR for getting trees right.

This commit is contained in:
bringert
2006-12-20 20:10:15 +00:00
parent c7df9f4167
commit f9621483a0
14 changed files with 541 additions and 308 deletions
+1
View File
@@ -61,6 +61,7 @@ transExpr x = case x of
ENull -> failure x
EThis -> failure x
EFun ids stmts -> failure x
ESeq exprs -> failure x