An open API service indexing awesome lists of open source software.

https://github.com/willothy/lua-lexer-deez

Simple transpiler in Lua (Luajit). Transpiles toy language into Lua. Incomplete, may revisit at some point.
https://github.com/willothy/lua-lexer-deez

Last synced: 11 months ago
JSON representation

Simple transpiler in Lua (Luajit). Transpiles toy language into Lua. Incomplete, may revisit at some point.

Awesome Lists containing this project

README

          

# lua-lexer-deez
Simple transpiler in Lua (Luajit). Transpiles toy language into Lua.

Someone already made a lua version of ThePrimeagen's lexer thing, so I'm writing my own language for the sole purpose of writing a lexer.