(nonserious) jorts programming language
Go to file
Luna 6ff75a0926 finish make_exprs.py script
- add src/expr.zig
2019-05-31 23:43:46 -03:00
scripts finish make_exprs.py script 2019-05-31 23:43:46 -03:00
src finish make_exprs.py script 2019-05-31 23:43:46 -03:00
.gitignore add mypy_cache to gitignore 2019-05-31 23:38:21 -03:00
LICENSE Initial commit 2019-03-08 07:47:28 +00:00
README.md move to zig 2019-05-31 16:15:27 -03:00
build.zig move to zig 2019-05-31 16:15:27 -03:00

README.md

jorts

an interpreter for the lox language from https://craftinginterpreters.com

this is a learning project.