ANTLR 是一个强大的语法解析器生成器,用于读取、处理、执行或翻译结构化文本或二进制文件。 它被广泛用于构建语言、工具和框架。ANTLR 根据语法定义生成解析器,解析器可以构建和遍历解析树。
antlr 是指可以根据输入自动生成语法树并可视化的显示出来的开源语法分析器。
Interactive ASCII art diagram generators. 🌟
NCalc is a fast and lightweight expression evaluator library for .NET, designed for flexibility and high performance. It supports a wide range of mathematical and logical operations.
An IntelliJ plugin for ANTLR v4
纯Java实现的支持W3C Xpath 1.0标准语法的HTML解析器。A html parser with xpath base on Jsoup and Antlr4. Maybe it is the best in java.Just try it.
A grammar agnostic code completion engine for antlr-ng and ANTLR4 based parsers
SystemVerilog 2017 Pre-processor, Parser, Elaborator, UHDM Compiler. Provides IEEE Design/TB C/C++ VPI and Python AST & UHDM APIs. Compiles on Linux gcc, Windows msys2-gcc & msvc, OsX
ANTLR v4 grammar-based test generator
SQL Parsers for BigData, built with antlr4.
parse sql into elasticsearch dsl with antlr4
GDL - GNU Data Language
A library for mining of path-based representations of code (and more)
This is the companion repository of the ANTLR Mega Tutorial, that will explain everything you need to know to use ANTLR.