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

View File

@@ -44,5 +44,6 @@ data Expr =
| ENull
| EThis
| EFun [Ident] [Stmt]
| ESeq [Expr]
deriving (Eq,Ord,Show)