antlr/runtime/JavaScript
parrt eaa976e425 Bump version to 4.9.1 2021-01-03 10:13:19 -08:00
..
src/antlr4 Bump version to 4.9.1 2021-01-03 10:13:19 -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 Bump version to 4.9.1 2021-01-03 10:13:19 -08:00
package.json Bump version to 4.9.1 2021-01-03 10:13:19 -08:00
webpack.config.js browser support increased with babel transformation 2020-02-23 19:09:26 +01: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.