Hey folks! I thought I’d share a JavaScript parser I’ve been working on:
https://github.com/thegreatercurve/okapi
Very much a work-in-progress, but it's nearly fully compliant with the ECMAScript 2024 spec, 100% passes the Test262 parser test suite, and outputs ESTree.
My next step is to look into refactoring it to output bytecode by default, with the hopes of turning that into an actual JS engine one day.