forked from vera/lvera
A LuaJIT implementation of Vera
| library | ||
| samples | ||
| .gitignore | ||
| conf.lua | ||
| loveless-main.lua | ||
| lvera.lua | ||
| main.lua | ||
| pprint.lua | ||
| README.md | ||
LVERA — /ˈlueː.ra/
A LuaJIT implementation of Vera, the low-level bedrock of the Nova language family.
Lvera (stylized LVERA) is a Vera implementation that is design to be slotted into various LuaJIT projects.
Implementation Status
Currently LVERA is incomplete is missing the following core features:
- Builtin ports
- ALU port
- stdio ports
- RAM ports
- User defined ports
- Command-line interface
These are future goals for LVERA after the above features are implemented:
- Lua code generation from rules
- REPL
- Ports for a graphical sandbox