Minimal reproduction:
# stage.gs
onloudness > -2 {
}
Run goboscript build. Results in the error:
panicked at src/blocks.rs:53:18:
internal error: entered unreachable code
goboscript is cooked 💀
For other values ≥0 it works. So it seems like the parser does not expect the - of negative numbers here.
Maybe also same problem for ontimer?
$ goboscript --version
goboscript 446135f
Minimal reproduction:
Run
goboscript build. Results in the error:For other values ≥0 it works. So it seems like the parser does not expect the
-of negative numbers here.Maybe also same problem for
ontimer?