dotparser icon indicating copy to clipboard operation
dotparser copied to clipboard

Backport issues found

Open magjac opened this issue 7 years ago • 1 comments

I ended up copying the dotparser grammar to my own project, since I needed to add line number information and whitespace, newline and comment nodes to the ast and I didn't think that that would be generally useful. During that work I found a couple of issues that I fixed without reporting them here.

You might want to have a look at https://github.com/magjac/graphviz-visual-editor/commits/master/src/dotGrammar.pegjs to see if there are any fixes you'd like to backport to dotparser.

magjac avatar Sep 13 '18 15:09 magjac

Thank you! I couldn't tell which issues are critical?

Your website http://magjac.com/graphviz-visual-editor/ looks very good though!

anvaka avatar Oct 20 '18 04:10 anvaka