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 5b8680b8fd
commit cb70ffadaa
14 changed files with 541 additions and 308 deletions

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