Antlr4ts Versions Save

Optimized TypeScript target for ANTLR 4

0.5.0-alpha.4

3 years ago
  • Maintenance updates
    • Update port to match ANTLR 4.9.0-opt (#492)
    • Fix errors with 'strict' mode compilation (#494, #496)
    • Update dependencies (#433, #441, #445, #469, #489)
    • Fix support for TypeScript 4 (#490)
    • Include .ts source files (#432)
  • Bug fixes
    • Fix handling of text in CommonToken.fromToken (#415)

0.5.0-alpha.3

5 years ago
  • Update port to match ANTLR 4.7.3-opt
  • Fix issue reported by @nmarusov in #409

0.5.0-alpha.2

5 years ago

0.5.0-alpha.1

5 years ago

0.4.1-alpha.0

6 years ago

Minor update for readme visibility. Includes only minor code changes w/ incomplete support for ATNs with Unicode supplemental planes. PR #317 not yet merged

0.4.0-alpha.3

7 years ago

Changes since 0.4.0-alpha.2

  • Fix return type for optional accessors in generated context classes (#265)
  • Convert many get and set methods to properties (#8, #266, #268)
  • Updated code to incorporate bugs fixed through release 4.6.0.3 of the optimized java target (#263)

0.4.0-alpha.2

7 years ago

Changes since 0.4.0-alpha.1

  • TypeScript 2.1 is now required (#255)
  • Compatibility fixes for non-Windows users
    • Make antlr4ts executable on non-Windows systems (#250)
    • Fix case of import (#256)
  • Fixed failure to compile generated code for certain large grammars (#249)

0.4.0-alpha.1

7 years ago

Initial Preview Release

This release is available through NPM, with complete installation instructions described in the README.md.