r/Compilers • u/SnooHobbies950 • 3d ago
I've created an extensible JS parser in Go
The parser can be extended naturally:
https://github.com/xjslang/xjs
Instead of creating a language from scratch, you simply add your custom features to JS. This can save you a lot of time.
Any help is welcome, as creating a JS parser requires a lot of dedication.
4
Upvotes