Module parser

Source
Expand description

GraphViz file format parser.

Re-exports§

pub use lexer::Lexer;
pub use lexer::Token;
pub use parser::DotParser;
pub use printer::dump_ast;

Modules§

ast
An AST that represents the GraphViz file format.
lexer
The Lexer implementation for the GraphViz file format.
parser
printer
A collection of methods for printing the AST.