(nonserious) jorts programming language
Find a file
Luna c4401dc8cf moving to the virtual machine part of the book, pt 1
the java part would still fuck me up since it lies on OOP stuff
that zig doesnt provide, so i'm skipping towards the C part of the book
which will hopefully be more understandable from a zig perspective.
2019-06-01 01:20:06 -03:00
src moving to the virtual machine part of the book, pt 1 2019-06-01 01:20:06 -03:00
.gitignore rm make_exprs.py, moving to the c part 2019-06-01 00:04:04 -03:00
build.zig move to zig 2019-05-31 16:15:27 -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

jorts

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

this is a learning project.