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

Allow branching in control programs based on node types #743

Open
rensink opened this issue Aug 22, 2014 · 0 comments
Open

Allow branching in control programs based on node types #743

rensink opened this issue Aug 22, 2014 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rensink
Copy link
Collaborator

rensink commented Aug 22, 2014

This feature request depends on the implementation of FR #181 (node typing in control). It has two versions: a modest and an ambitious one, which are not necessarily mutually exclusive.

Modest request:
Provide a C-like 'switch' construct based on the type of a given node variable.

Ambitious request:
Implement dynamic dispatching of recipes based on a node type hierarchy.

An example on where this would be useful is the Java flow grammar.

Reported by: zambon

@rensink rensink self-assigned this Mar 7, 2024
@rensink rensink added enhancement New feature or request and removed feature-request labels Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant