~otheb/ci

Crafting Interpreters
Complete chapter 5
Add comments to lexer
Add support for nesting block comments

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~otheb/ci
read/write
git@git.sr.ht:~otheb/ci

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

                         ### CRAFTING INTERPRETERS ###

Repository for code I've written whilst following the Crafting Interpreters
book (https://craftinginterpreters.com).

Both the jlox and clox implementations will be recreated in D under the
directories `dlox1` and `dlox2` respectively.