Skip to content

Commit

Permalink
Return priority (#33)
Browse files Browse the repository at this point in the history
* Added priority to return rule.

* Updated reference outputs for swaps, Uniswap*.
  • Loading branch information
mariaKt authored Sep 13, 2024
1 parent b8d3e5e commit 584d93a
Show file tree
Hide file tree
Showing 4 changed files with 3,005 additions and 3,005 deletions.
2 changes: 1 addition & 1 deletion src/statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module SOLIDITY-STATEMENT
rule <k> return V:TypedVal ; ~> _ => V ~> K </k>
<env> _ => E </env>
<call-stack>... ListItem(frame(K, E)) => .List </call-stack>
<call-stack>... ListItem(frame(K, E)) => .List </call-stack> [owise]
// variable declaration
rule <k> LT:TypeName X:Id = v(V, RT) ; => .K ...</k>
Expand Down
Loading

0 comments on commit 584d93a

Please sign in to comment.