Skip to content

Add option to bind new local variables with proc change#964

Merged
strub merged 1 commit intomainfrom
feature_proc_change_add_vars
Apr 5, 2026
Merged

Add option to bind new local variables with proc change#964
strub merged 1 commit intomainfrom
feature_proc_change_add_vars

Conversation

@Gustavo2622
Copy link
Copy Markdown
Contributor

This PR adds an extra argument to proc change to allow new variables to be bound and used in the new code being introduced into the program.

@Gustavo2622 Gustavo2622 requested a review from strub April 1, 2026 22:06
@Gustavo2622 Gustavo2622 self-assigned this Apr 1, 2026
@strub strub force-pushed the feature_proc_change_add_vars branch 2 times, most recently from 97cc965 to 08d2a2d Compare April 5, 2026 08:49
Allow `proc change` to introduce new local memory variables via an
optional `[x : ty, ...]` annotation. The replacement statement can
then reference these freshly bound variables.
@strub strub force-pushed the feature_proc_change_add_vars branch from 08d2a2d to ec8ddbd Compare April 5, 2026 08:53
@strub strub enabled auto-merge April 5, 2026 08:54
@strub strub added this pull request to the merge queue Apr 5, 2026
Merged via the queue into main with commit 042456e Apr 5, 2026
16 checks passed
@strub strub deleted the feature_proc_change_add_vars branch April 5, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants