https://github.com/thacuber2a03/lol
a Lox to Lua transpiler
https://github.com/thacuber2a03/lol
compiler lox lua transpiler
Last synced: about 1 year ago
JSON representation
a Lox to Lua transpiler
- Host: GitHub
- URL: https://github.com/thacuber2a03/lol
- Owner: thacuber2a03
- License: mit
- Created: 2023-09-04T02:03:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T01:17:37.000Z (over 2 years ago)
- Last Synced: 2025-02-03T04:31:51.962Z (about 1 year ago)
- Topics: compiler, lox, lua, transpiler
- Language: Lua
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lol
yeah, another transpiler.
this time it converts Lox to Lua.
## dependencies
`argparse`. I should definitely make this standalone too.
## usage
same as [lunas](https://github.com/thacuber2a03/lunas).