o
odinpkg.dev
packages / library / interpreter-oLox

interpreter-oLox

41058f6library

An interpreter based on the book crafting interpreters inside of odin lang

No license · updated 3 days ago

This is me going through crafting interpreters instead of wandering around blind.

Do no expect anything good

I will add to the README later

Banana

Building:

If you would like to build this for some reason, you must have make and odin installed. Run make build or make run to do a debug form of the project, otherwise use make build-release to build a release version of the project. Run from ./build/interpreter-olox Usage: make run puts you into a prompt env with the language, while make run [file] runs the project through the file