ParserCombinator.jl icon indicating copy to clipboard operation
ParserCombinator.jl copied to clipboard

“cannot parse” DOT file with node label

Open vbgl opened this issue 11 months ago • 2 comments

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?

vbgl avatar Feb 14 '25 14:02 vbgl

(this package is not currently being maintained)

oxinabox avatar Feb 17 '25 09:02 oxinabox

Thanks for the reply.

vbgl avatar Feb 18 '25 10:02 vbgl