Skip to content

segcore/lua-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lua-lua

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?!)

Run

lua lua-lua.lua

Functionality

Can lex most of lua into tokens. Currently prints them to the screen.

Known issues

  • Does not support string escapes for \ddd, \xXX, \u{XXX}
  • Does not support hexadecimal floating points (honestly?)

About

Lua parser in lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages