Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

antlr4-hive-javascript

Mammut-FE31Apache License 2.01.0.2

antlr4 hive parser

readme

antlr4-hive-javascript

antlr4 hive parser - javascript

Install

npm i antlr4-hive-javascript

Use

see hive-parser

Antlr4

What's antlr4?

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. - http://www.antlr.org/

Use antlr4 in JavaScript

https://github.com/antlr/antlr4/blob/master/doc/javascript-target.md