aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/craftinginterpreters/lox/Interpreter.java
Commit message (Collapse)AuthorAgeFilesLines
* Throw a runtime error on division by zerochapter-7-challengesGravatar Tom Willemse2020-11-111-2/+7
|
* Support converting operands to strings for the + operatorGravatar Tom Willemse2020-11-111-0/+8
|
* Add the interpreterGravatar Tom Willemse2020-11-111-0/+134