Skip to content

Conversation

strub
Copy link
Member

@strub strub commented Jul 15, 2024

No description provided.

@strub strub force-pushed the distr-matrix branch 8 times, most recently from 2754b01 to 759d5a9 Compare July 17, 2024 19:43
Gustavo2622 and others added 3 commits September 29, 2024 10:05
Deindented.
Currently, when resolving an identifier, EasyCrypt tries to resolve it
as a logical variable first, and then as a program variable (in the
active memory), even when a memory specifier is given.

This commit adds a new memory specifier that changes the resolution
order: when using it, we first try to resolve the identifier as a
program variable (in the given memory), and then as a logical variable
if no program variable matching that name is found.

The syntax if `form{!memory}`.

The pretty-printer has been updated accordingly.
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.

2 participants