1
0
Fork
You've already forked lox
0
My implementation of the Lox language, by reading crafting interpreters book (never finished)
  • Lua 100%
2024年05月31日 23:05:42 -03:00
nelua move nelua impl to subdirectory, this now will hold multiple implementatiosn 2024年05月20日 16:17:59 -03:00
teal WIP representing code 2024年05月31日 23:05:42 -03:00
LICENSE Initial commit 2022年11月16日 22:13:04 +01:00
README.md move nelua impl to subdirectory, this now will hold multiple implementatiosn 2024年05月20日 16:17:59 -03:00
test.lox WIP initial implementation 2022年11月30日 17:38:22 -03:00

lox

My implementations of Lox by reading the crafting interpreters book.

each sub-directory is a implementation on a different programming language.