mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 15:29:31 -06:00
Use LCLR algorithm for eliminating left-recursion, with lambda terms in SISR for getting trees right.
This commit is contained in:
@@ -61,6 +61,7 @@ transExpr x = case x of
|
||||
ENull -> failure x
|
||||
EThis -> failure x
|
||||
EFun ids stmts -> failure x
|
||||
ESeq exprs -> failure x
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user