Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 444 Bytes

readme.md

File metadata and controls

3 lines (2 loc) · 444 Bytes

Slox implementation for the Crafting Interpeters Tree Walk Interpreter

As a first pass I will probably just more or less follow along with the java implementation (mutability and all), and then try to go back here and there to make things more functional (particularly the Scanner sort of bothers me - I think it could maybe be implemented using a State Monad to avoid the gloval vars and modification of the tokens ArrayList)