GoldDotNet Documentation

WorldMaker.Util.GoldDot Namespace

GoldDot Utility

Classes

ClassDescription
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.