aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/craftinginterpreters/lox/LoxFunction.java
Commit message (Expand)AuthorAgeFilesLines
* Add local functions and closuresGravatar Tom Willemse2021-02-161-2/+4
* Add return statementGravatar Tom Willemse2021-02-081-1/+5
* Add function callsGravatar Tom Willemse2021-01-311-0/+33