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

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

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).