A superset of Lua, made mostly for sake of experimentation.
Ask not why, but why not!
I wanted to create a superset of Lua that contained some things I wanted to experiment with, like match expressions, destructuring, while still being 100% capable of ingesting normal Lua code, to make it as easy as possible to use in projects where I would normally use Lua, like working with LÖVE for example.
Another factor was the desire to write a nanopass compiler in Racket, inspired by Andy Keep's talk on writing a Nanopass Compiler), so.. here we are.
Currently, nothing! :D
Version v0.1
is intended to be a milestone where Lua ingested and put through the pipeline comes out as the same Lua on the other end, after which actual experimentation will resume.
Well, Lua; for now at least.
??? To be cleared up what I can actually license this under!