Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 456 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 456 Bytes

JavaScript target for ANTLR 4

JavaScript runtime libraries for ANTLR 4

This runtime is a small modification of the original ANTLR 4 JavaScript runtime that avoids patching String.prototype.hashCode.

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

See www.antlr.org for more information on ANTLR

See https://github.com/antlr/antlr4/blob/master/doc/javascript-target.md for more information on using ANTLR in JavaScript