stefanobaghino / lox-interpreter

Interpreter for Lox (https://craftinginterpreters.com) written in Go
0 stars 0 forks source link

Implement closures and static binding resolutions #59

Closed stefanobaghino closed 1 year ago

stefanobaghino commented 1 year ago

Closes #8 (alongside closures, which were left behind by mistake when closing #7).