Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/victor-wiki/antlrparsergenerator
- Owner: victor-wiki
- Created: 2020-02-26T04:52:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T10:04:28.000Z (almost 5 years ago)
- Last Synced: 2024-11-14T18:11:32.660Z (3 months ago)
- Topics: antlr, generate, parser, tool
- Language: C#
- Size: 1.89 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)