Skip to content

Commit

Permalink
Reference sort. (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaKt authored Aug 26, 2024
1 parent 3c384f8 commit abe0ef0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/solidity.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ module SOLIDITY-DATA
syntax CallArgumentList ::= TypedVals
syntax KResult ::= TypedVal
syntax Value ::= MInt{8} | MInt{32} | MInt{112} | MInt{160} | MInt{256} | Bool | String
syntax Reference ::= stateVarRef(Id)
| localVarRef(Int)
| mappingValueRef(Reference, Value)
| arrayElementRef(Reference, Value)
syntax Value ::= Reference
syntax List ::= getTypes(ParameterList) [function]
rule getTypes(.ParameterList) => .List
Expand Down

0 comments on commit abe0ef0

Please sign in to comment.