ParserCombinator.jl
ParserCombinator.jl copied to clipboard
“cannot parse” DOT file with node label
Running julia 1.11.3 with ParserCombinator v2.2.1
julia> parse_dot("graph g { _1 [ label = \"1\"]; }")
ERROR: ParserException("cannot parse")
However, graphviz accepts the same graph description.
Is that expected or are there some missing rules in the parser?
(this package is not currently being maintained)
Thanks for the reply.