stefanobaghino / lox-interpreter

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

`expr` -> `ast` #53

Closed stefanobaghino closed 1 year ago

stefanobaghino commented 1 year ago

Prepares the ground to add statements.