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.
- Host: GitHub
- URL: https://github.com/willothy/lua-lexer-deez
- Owner: willothy
- Created: 2023-06-03T13:55:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T21:40:20.000Z (about 3 years ago)
- Last Synced: 2025-06-05T16:07:56.877Z (about 1 year ago)
- Language: Lua
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.