mbeddr / mbeddr.core

The mbeddr core. An extensible C
Eclipse Public License 2.0
224 stars 77 forks source link

Provide helper class for breadth-first traversals with cycle check #2435

Closed kbirken closed 1 month ago

kbirken commented 1 month ago

We are using breadth-first-traversals of structures (ASTs, POJO graphs, ...) in various locations of our code. A configurable, flexible traversal helper should be provided which can be used in those places instead of re-implementing the worklist/while/visited-algorithm again and again.

The helper should provide two APIs:

kbirken commented 1 month ago

PR has been merged successfully, closing.