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

Propagate extended code positions to more tactics #649

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

strub
Copy link
Member

@strub strub commented Oct 15, 2024

Nearly all program tactics (`wp`, `sp`, ...) can now take extended
code positions as arguments.

Moreover, extended code positions have been extended s.t. they
can now target a assignment with a specific variable. The syntax is
`^x<-` where `x` is the program variable name.

@strub strub self-assigned this Oct 15, 2024
@strub strub force-pushed the codepos-assign-with-id branch 3 times, most recently from 046ebb3 to 642afa4 Compare October 15, 2024 12:28
Copy link
Member

@fdupress fdupress left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be worth adding a quick note that the changes also include the ability to use a generalised codepos for wp, sp and some other interesting tactics.

@strub
Copy link
Member Author

strub commented Oct 16, 2024

Ah, yes. I wanted to split them. I think I will simply add a note as you wrote.

@strub strub changed the title Improve code-position: can now target a assignment with a specific variable Propagate extended code positions to more tactics Oct 17, 2024
@strub strub enabled auto-merge (rebase) October 17, 2024 05:27
Nearly all program tactics (`wp`, `sp`, ...) can now take extended
code positions as arguments.

Moreover, extended code positions have been extended s.t. they
can now target a assignment with a specific variable. The syntax is
`^x<-` where `x` is the program variable name.
@strub strub merged commit ad957d6 into main Oct 17, 2024
15 checks passed
@strub strub deleted the codepos-assign-with-id branch October 17, 2024 05:54
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