lua-fish
lua-fish copied to clipboard
Parses Lua to abstract syntax tree (AST) using LPeg.
Results
3
lua-fish issues
Sort by
recently updated
recently updated
newest added
The latest lpeg(0.12.1) does not support left-recuision, alway throw error "empty loop in rule ..." So the grammar in parser.lua should remove the left-recursion. I found these syntax used left-recursion:...
Seems to work well on small files but bombs on larger ones (1200 lines+) :( Any ideas?