antlr/runtime/JavaScript
Eric Vergnaud d82e8921a6 Fix issue where original ATN would be damaged by IntervalSet operations. Foxes #3216 2021-03-19 00:11:03 +08:00
..
src Fix issue where original ATN would be damaged by IntervalSet operations. Foxes #3216 2021-03-19 00:11:03 +08:00
.babelrc browser support increased with babel transformation 2020-02-23 19:09:26 +01:00
.gitignore adapted antlr4 js to use webpack for browser publishing 2020-02-07 13:57:20 +01:00
.project get .project into position 2015-06-30 11:26:45 -07:00
README.md update npm readme 2020-11-27 08:01:52 +08:00
package-lock.json js build modified some files 2021-03-11 14:36:29 -08:00
package.json js build modified some files 2021-03-11 14:36:29 -08:00
webpack.config.js add jest for testing 2021-02-13 02:29:35 +08:00
yarn.lock add jest for testing 2021-02-13 02:29:35 +08:00

README.md

JavaScript target for ANTLR 4

JavaScript runtime libraries for ANTLR 4

This runtime is available through npm. The package name is 'antlr4'.

This runtime has been tested in Node.js, Safari, Firefox, Chrome and IE.

See www.antlr.org for more information on ANTLR

See Javascript Target for more information on using ANTLR in JavaScript

This runtime requires node version >= 14, the first version to officially support ES semantics.

ANTLR 4 runtime is available in 10 target languages, and favors consistency of versioning across targets. As such it cannot follow recommended NPM semantic versioning. If you install a specific version of antlr4, we strongly recommend you remove the corresponding ^ in your package.json.