Open 1R053 opened 6 months ago
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
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.
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