Lua programming language parser, written in lua!
This is just my experimentation and learning programming language parsing. Probably not useful for any real applications (yet?!)
lua lua-lua.lua
Can lex most of lua into tokens. Currently prints them to the screen.
- Does not support string escapes for
\ddd
,\xXX
,\u{XXX}
- Does not support hexadecimal floating points (honestly?)