We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This package is obsolete and will not work with most recent typescript versions, e.g. due to error TS2611.
Instead, use ANTLR4 directly.
Install as described here: https://github.com/antlr/antlr4/blob/master/doc/getting-started.md
generate the typescript files as described here: https://github.com/antlr/antlr4/blob/master/doc/typescript-target.md
The text was updated successfully, but these errors were encountered:
override
// @Override
antlr4ts
antlr4
ANTLR4 has no real TypeScript runtime (only the code generator is using TS). The runtime is still JavaScript with some type definitions.
For a full TypeScript runtime I recommend antlr4ng, which I created.
Sorry, something went wrong.
No branches or pull requests
This package is obsolete and will not work with most recent typescript versions, e.g. due to error TS2611.
Instead, use ANTLR4 directly.
Install as described here:
https://github.com/antlr/antlr4/blob/master/doc/getting-started.md
generate the typescript files as described here:
https://github.com/antlr/antlr4/blob/master/doc/typescript-target.md
The text was updated successfully, but these errors were encountered: