contents
 

pim2dot Parse table visualisation


'pim2dot' converts a styx parse table [Language.pim] into the graph file language 'dot'.

The current version doesn't support the embedded language facility.

Arguments


NameTypeSemantic
Img path path of the parse table image [Language.pim]



Options

An option will be specified as follows: -<Name>=<Value>
A flag is toggled that way: -<Name>
The default value will be applied when the option wasn't specified.

NameTypeDefault valueSemantic
DiaType stringT diagram type T=parse table (default), R=nonterminal relation, A=class relation
OutFile path"" path of the target file (default: stdout)
Template path"" path of the template file

The template file can be used to specify default graph, node or edge attributes.