JSPM

  • Created
  • Published
  • Downloads 651511
  • Score
    100M100P100Q232166F
  • License BSD

JavaScript runtime for ANTLR4

Package Exports

  • antlr4/CommonTokenStream
  • antlr4/InputStream
  • antlr4/IntervalSet
  • antlr4/Lexer
  • antlr4/Parser
  • antlr4/ParserRuleContext
  • antlr4/PredictionContext
  • antlr4/Token
  • antlr4/Utils
  • antlr4/atn/ATNState
  • antlr4/atn/ParserATNSimulator
  • antlr4/atn/PredictionMode
  • antlr4/atn/Transition
  • antlr4/atn/index
  • antlr4/dfa/index
  • antlr4/error
  • antlr4/error/ErrorListener
  • antlr4/error/ErrorStrategy
  • antlr4/error/Errors
  • antlr4/error/index
  • antlr4/index
  • antlr4/index.js
  • antlr4/tree
  • antlr4/tree/Tree
  • antlr4/tree/index

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (antlr4) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 https://github.com/antlr/antlr4/blob/master/doc/javascript-target.md for more information on using ANTLR in JavaScript