/wlox

Wren implementation of jlox and clox,

wlox

Not dead, I'm just really busy right now

A wren implementation of both jlox and clox

This implementation follows the progress of the book Crafting Interpreters, rather than trying to port the whole thing at once, mainly because I don't have much free time.

Currently at section 4.6

I'm trying to make the code less javic, and more wren-esq, but I won't get it right the first time: PRs, Issues, suggestions welcome.