Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/victor-wiki/antlrparsergenerator

GUI tool for generating antrl parser files.
https://github.com/victor-wiki/antlrparsergenerator

antlr generate parser tool

Last synced: 24 days ago
JSON representation

GUI tool for generating antrl parser files.

Awesome Lists containing this project

README

        

# AntlrParserGenerator
GUI tool for generating antrl parser files.

This tool is to execute the command like "java -jar `antlr-4.8-complete.jar` -Dlanguage=`CSharp` JavaParser`.g4`", which is described at [antlr](https://github.com/antlr/antlr4),
and it supports custom define the fore highlighted values by changing the config file for furture possible change.
You can find the generated files at [grammars-v4](https://github.com/antlr/grammars-v4) which also provides other necessary files to constitute a complete suit.

## UI
![screenshot](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/AntlrParserGenerator/main.png?raw=true)