stefanobaghino / lox-interpreter

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

Test the scanner and parser together #27

Closed stefanobaghino closed 1 year ago

stefanobaghino commented 1 year ago

In #26 the parser is tested by feeding manually crafted tokens. It would be interesting to integrate the two components in a single test. To what extent would it make sense to drop some or all tests in the scanner?

stefanobaghino commented 1 year ago

Closed by #48.