tunnelvisionlabs/antlr4ts

Obsolete Package, use antlr4 directly to generate typescript targets

Opened this issue · 0 comments

This package is obsolete and will not work with most recent typescript versions, e.g. due to error TS2611.

Instead, use ANTLR4 directly.

  1. Install as described here:
    https://github.com/antlr/antlr4/blob/master/doc/getting-started.md

  2. generate the typescript files as described here:
    https://github.com/antlr/antlr4/blob/master/doc/typescript-target.md