~deciduously/nlox

Nim implementation of the tree-walk interpreter for the Lox programming languages from Crafting Interpreters.
s/treewalkpkg/nloxpkg/g

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~deciduously/nlox
read/write
git@git.sr.ht:~deciduously/nlox

You can also use your local clone with git send-email.

#nlox

A Nim implementation of the tree-walk intepreter from Crafting Interpreters by Bob Nystrom. WIP.