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

Intermediate representation draft #385

Closed
wants to merge 1 commit into from

Conversation

glencoe
Copy link
Contributor

@glencoe glencoe commented Nov 6, 2024

Adds a first draft for intermediate representation data structures

The data structures are quite minimalistic and include:

  • Graph
  • Node
  • Edge

The supported features are:

  • filtering nodes by type
  • DFS preorder graph traversal (starting at
    specified node)
  • BFS graph traversal (starting at specified node)
  • Graph/Node/Edge serialization and deserialization
  • accessing successors/predecessors in graph

We are not defining any node types, other node/edge attributes or semantics here.

@glencoe glencoe marked this pull request as draft November 6, 2024 10:36
The data structures are quite minimalistic and include:
  - Graph
  - Node
  - Edge

The supported features are:

  - filtering nodes by type
  - DFS preorder graph traversal (starting at
    specified node)
  - BFS graph traversal (starting at specified node)
  - Graph/Node/Edge serialization and deserialization
  - accessing successors/predecessors in graph
@glencoe glencoe force-pushed the intermediate-representation-draft branch from 10464af to d3bbcd4 Compare November 6, 2024 10:42
@glencoe glencoe marked this pull request as ready for review November 6, 2024 10:45
@glencoe glencoe removed the request for review from mokouMonday November 6, 2024 10:48
@glencoe glencoe marked this pull request as draft November 6, 2024 10:48
@glencoe
Copy link
Contributor Author

glencoe commented Nov 6, 2024

closing for being too big

@glencoe glencoe closed this Nov 6, 2024
@glencoe glencoe deleted the intermediate-representation-draft branch November 19, 2024 09:46
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

Successfully merging this pull request may close these issues.

1 participant