Vitor Py

Results 2 comments of Vitor Py

What would be the correct approach here to support const structs, something along the lines of a `reduceStruct` implementation that would reduce the struct to a const BoC?

Would you folks be OK if I given it a try with ES6 backticks syntax? The grammar changes would be inspired by sample ES6 grammar that ships with [ohm](https://github.com/ohmjs/ohm/blob/main/examples/ecmascript/src/es6.ohm). I...