See: Description
| Class | Description |
|---|---|
| Antlr4 |
Generates an ANTLR (version 4) grammar from a
Grammar. |
| CypherGeneratorFactory |
Generates sample strings from a language.
|
| ISO14977 |
Generates an EBNF grammar according to the ISO14977
notation specification.
|
| RailRoadDiagramPages | |
| RailRoadDiagrams |
Generates railroad diagrams (as SVG files) for each of the productions in a
Grammar. |
| Xml |
Generates XML, in the same format as the input from a given
Grammar. |
The Main class is the Main-Class for the jar
file, and is responsible for dispatching to one of the other utilities in this package.
The utilities in this package perform some action based on a grammar, typically generating a specific format from it.
Copyright © 2016. All rights reserved.