Documentation ¶
Overview ¶
Package dot implements a parser for Graphviz DOT files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseBytes ¶
ParseBytes parses the given Graphviz DOT file into an AST, reading from b.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package ast declares the types used to represent abstract syntax trees of Graphviz DOT graphs.
|
Package ast declares the types used to represent abstract syntax trees of Graphviz DOT graphs. |
internal
|
|
astx
Package astx implements utility functions for generating abstract syntax trees of Graphviz DOT graphs.
|
Package astx implements utility functions for generating abstract syntax trees of Graphviz DOT graphs. |
errors
Package error provides generated internal error functions for DOT parsing.
|
Package error provides generated internal error functions for DOT parsing. |
lexer
Package lexer provides generated internal lexer functions for DOT parsing.
|
Package lexer provides generated internal lexer functions for DOT parsing. |
parser
Package parser provides generated internal parsing functions for DOT parsing.
|
Package parser provides generated internal parsing functions for DOT parsing. |
token
Package token provides generated internal tokenizing functions for DOT parsing.
|
Package token provides generated internal tokenizing functions for DOT parsing. |
util
Package util provides generated internal utility functions for DOT parsing.
|
Package util provides generated internal utility functions for DOT parsing. |
Click to show internal directories.
Click to hide internal directories.