Calpano / graphinout

Graph Input/Output Converter – GraphML Reader/Writer in Java
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Talk to JGraphT devs #112

Open xamde opened 1 year ago

xamde commented 1 year ago

In class https://github.com/jgrapht/jgrapht/blob/7084d919351ed09f36a82230fd6f47c8e805d65e/jgrapht-io/src/main/java/org/jgrapht/nio/dot/DOTImporter.java#L71 authored by
https://github.com/d-michail?tab=overview&from=2023-04-01&to=2023-04-30 we miss a away to

NOTE: The generated ANTLR parser knows all the syntax already, but the DOTImporter on top does not.

xamde commented 1 year ago

Lets create a friendly issue in the project