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

Rename enter exprs to transition exprs #485

Merged
merged 2 commits into from
Aug 3, 2024

Conversation

bocchino
Copy link
Collaborator

@bocchino bocchino commented Jul 31, 2024

Calling [ do-expr ] enter qual-ident an "enter expression" seems confusing, since it's not just an enter; it's also an optional do. I propose to rename this construct a "transition expression." This renaming works better in the spec and in the algorithm descriptions. E.g., the flattening algorithm maps flattened transitions to these constructs.

This change affects the parser and AST, but it's a simple renaming change.

@bocchino bocchino requested a review from garthwatney July 31, 2024 22:16
@bocchino
Copy link
Collaborator Author

bocchino commented Aug 3, 2024

Merging this. The change is underway in #486.

@bocchino bocchino merged commit 584c773 into feature/state-machine-phase-2 Aug 3, 2024
@bocchino bocchino deleted the transition-exprs branch August 3, 2024 04:16
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