Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Talk to JGraphT devs #112

Open
3 tasks
xamde opened this issue May 19, 2023 · 1 comment
Open
3 tasks

Talk to JGraphT devs #112

xamde opened this issue May 19, 2023 · 1 comment
Assignees

Comments

@xamde
Copy link
Member

xamde commented May 19, 2023

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

  • distinguish at import time graph vs digraph -- no way to receive it anywhere in the source syntax
  • read "strict" keyword -- no way to receive it anywhere in the source syntax
  • use subgraphs - current consumers cannot know when subgraphs start/end

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

@xamde
Copy link
Member Author

xamde commented May 19, 2023

Lets create a friendly issue in the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants