lox_one 0.1.0

A tree-walking interpreter for the Lox programming language.
Documentation
1
2
3
12 + 3;

true ? 12 : 11;