antlr/runtime/JavaScript
ericvergnaud b050ac43de
Merge pull request #3046 from ericvergnaud/update-LL1Analyzer
Update LL1 analyzer in C#, Python, JavaScript, Cpp and Swift runtimes, aligning on the Java runtime
Fixes #3042
2021-01-24 11:12:18 +08:00
..
src/antlr4 Merge pull request #3046 from ericvergnaud/update-LL1Analyzer 2021-01-24 11:12:18 +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 tweak doc 2021-01-05 13:20:45 -08:00
package.json Bump version to 4.9.1 2021-01-03 10:13:19 -08:00
webpack.config.js Fix typo 2021-01-21 17:23:44 +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.