My implementation of the Lox language, by reading crafting interpreters book (never finished)
- Lua 100%
| nelua | move nelua impl to subdirectory, this now will hold multiple implementatiosn | |
| teal | WIP representing code | |
| LICENSE | Initial commit | |
| README.md | move nelua impl to subdirectory, this now will hold multiple implementatiosn | |
| test.lox | WIP initial implementation | |
lox
My implementations of Lox by reading the crafting interpreters book.
each sub-directory is a implementation on a different programming language.