summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
authorAlex Ozdemir <aozdemir@hmc.edu>2020-04-11 10:16:05 -0700
committerGitHub <noreply@github.com>2020-04-11 12:16:05 -0500
commit0073464e433e80311269ce07e0fa5de417b5eefc (patch)
treee42eafe127a7135057e98ca1c0222c548ac80975 /src/parser
parent4e310461b2e41f9ccf1426797b5d8b58e27bc1c7 (diff)
Add skip predicate to node traversal. (#4222)
Sometime you want to skip specific sub-DAGs when traversing a node. For example, you might be doing a transformation with a cache, and want to skip sub-DAGs that you've already processed. This PR would add a skipIf builder method to NodeDfsIterable, which allows the user to provide a predicate according to which nodes will be omitted from the subsequent traversal.
Diffstat (limited to 'src/parser')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback