stefanobaghino / lox-interpreter

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

Evaluate and possibly adopt mutation testing #20

Closed stefanobaghino closed 6 months ago

stefanobaghino commented 1 year ago

Since the whole project seems to not have any automatic testing in mind and the code is being ported as-is from Java to ~Scala~ Go, mutation testing might be useful to uncover whether the testing coverage I'm adding going along is not sufficient.