If you want to report a bug or request a feature, please do so by opening an issue. If you could additionally open an accompanying pull request, that would be greatly appreciated.
I do not plan on implementing any of the following features in the distant future:
- Support for EBNF Jison grammars
- Support for grammar syntax extensions introduced by the Gerhobbelt Jison fork
However, if for some reason you really want Tyson to support one of the above features, you're welcome to implement it yourself and open a pull request.
-
Why is
lex-parserdeclared as a dependency inpackage.json?If you're wondering why
lex-parseris listed as a dependency inpackage.json, it's becauseebnf-parserdepends on it but incorrectly lists it as a devDependency in its ownpackage.json. Consequently, in order to ensurelex-parserwill be installed, it is declared as a (direct) dependency of this package, despite only actually being a transitive dependency.