•   over 9 years ago

Lua Parser

Hey guys. I know I am a little later to the party here, but I thought I would show off what I have gotten working over the last week and get some feedback. Here is a real time demo that I use for testing.

http://basicer.com/lua2js/

A few parser issues I am currently aware of:

- Operator precedence isn't currently implemented.
- Long comment's and strings don't parse.
- repeat block until exp syntax is not supported
- the goto expression and labels from lua 5.2 are not supported

There also also many deficiencies in the run-time library.

Let me know what you guys think!

  • 1 comment

  • Manager   •   over 9 years ago

    Looking pretty sweet; can't wait to try it in CodeCombat myself!

Comments are closed.