Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 532 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 532 Bytes

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.