ohmjs / ohm

A library and language for building parsers, interpreters, compilers, etc.
MIT License
5.01k stars 217 forks source link

Es grammars fix #477

Open CrazyWinner opened 7 months ago

CrazyWinner commented 7 months ago

Es2016 to Es2022 grammar wasn't parsing basic statements like "i++;". I was able to fix 2016 to 2021 but 2022 is stil broken.