grol-io / grol

Go REPL Open Language
https://grol.io
Apache License 2.0
22 stars 2 forks source link

Adding `break` and `continue` for `for` loops. #197

Closed ldemailly closed 2 months ago

ldemailly commented 2 months ago

fun one - cc @MikalaiLappo as an example of adding things (though for operators look maybe at BITXOR for instance, it's simpler)

fixes #195

ldemailly commented 2 months ago

could use more tests but did a lot of manual tests