pvanek / rrd-antlr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rrd-antlr: RRD generator for ANTLR4 grammars

⚠️ This is work in progress!

This tool is capable to generate RRD in various formats:

  • HTML (with SVG)
  • Antora/Asciidoc (with SVG, pending problem -- ImageMagick can be used to convert SVG to eg. PNG until this problem will be fixed)

Usage:

java -jar <options> <sourcegrammarfile> <targetdirectory>

Options:

  • --type -- one of supported formats: html, antora

About

License:GNU General Public License v3.0


Languages

Language:Kotlin 75.3%Language:ANTLR 19.4%Language:Java 5.3%