GoldDot Utility
| Class | Description |
|---|---|
| Console | GoldDot provides a utility console application to generate DOT digraph files from GoldParser CGT compiled grammar tables. |
| DfaGraph |
Given a defined DevinCook.GoldParser.Parser, GoldDot.DfaGraph
produces a DOT formatted stream of the DFA Graph.
|
| LalrGraph |
Given a defined DevinCook.GoldParser.Parser, GoldDot.LalrGraph
produces a DOT formatted stream of the LALR Graph.
|
| ParseTree |
Given a defined DevinCook.GoldParser.Parser and a script stream,
GoldDot.ParseTree produces a DOT formatted stream.
|