|
|
|
|
|
by wtetzner
3382 days ago
|
|
> and in the time that you spend wavering on which parser generator to use, you could have most of your parser done. Maybe, but if you want all of the features mentioned above (incremental parsing etc.), then writing a parser becomes much more complicated. |
|
* Repo: https://github.com/SAP/chevrotain
* Online Playground: http://sap.github.io/chevrotain/playground/
This handles the repetitive parts such as lookahead functions creation or Parse Tree building, while also providing advanced features such as error recovery or syntactic content assist (auto complete).
* ECMAScript family of languages supported (JavaScript/TypeScript/CoffeeScript).