Skip to content

Mammut-FE/antlr4-hive-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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