Update solidity dictionary with TestReader syntax.

This commit is contained in:
Bhargava Shastry 2021-02-08 11:15:04 +01:00
parent 2f001bb91c
commit 7e343987fc

View File

@ -9,6 +9,7 @@
" gasleft() " " gasleft() "
" gwei " " gwei "
" hours " " hours "
" is "
" minutes " " minutes "
" msg.data " " msg.data "
" msg.gas " " msg.gas "
@ -40,16 +41,20 @@
".delegatecall(" ".delegatecall("
".gas(" ".gas("
".kill(" ".kill("
".shutdown("
".length" ".length"
".pop();" ".pop();"
".push(" ".push("
".runtimeCode" ".runtimeCode"
".send(" ".send("
".shutdown("
".staticcall(" ".staticcall("
".transfer(" ".transfer("
".value" ".value"
"/" "/"
"// compileViaYul: false"
"// compileViaYul: true"
"// optimize: false"
"// optimize: true"
"//" "//"
"0**0" "0**0"
"1.1" "1.1"
@ -60,6 +65,8 @@
"<<" "<<"
"<=" "<="
"==" "=="
"===="
"====Source:"
">" ">"
">=" ">="
">>" ">>"
@ -67,6 +74,7 @@
"\\udead" "\\udead"
"\\xff" "\\xff"
"^" "^"
"a[1:2]"
"abi.encode(" "abi.encode("
"abi.encodePacked(" "abi.encodePacked("
"abi.encodeWithSelector(" "abi.encodeWithSelector("
@ -117,6 +125,8 @@
"bytes7 " "bytes7 "
"bytes8 " "bytes8 "
"bytes9 " "bytes9 "
"catch (bytes memory ) {}"
"catch Error() {}"
"constant " "constant "
"constructor() " "constructor() "
"continue;" "continue;"
@ -129,6 +139,7 @@
"enum B { " "enum B { "
"event e(" "event e("
"external " "external "
"fallback() "
"false " "false "
"fixed " "fixed "
"fixed128x128 " "fixed128x128 "
@ -146,6 +157,7 @@
"keccak256(" "keccak256("
"keccak256.gas(" "keccak256.gas("
"keccak256.value(" "keccak256.value("
"leave"
"let x := " "let x := "
"library l { " "library l { "
"log0(" "log0("
@ -158,6 +170,7 @@
"modifier onlySeller() { " "modifier onlySeller() { "
"mulmod(" "mulmod("
"new " "new "
"override"
"payable " "payable "
"pragma experimental ABIEncoderV2;" "pragma experimental ABIEncoderV2;"
"pragma experimental SMTChecker;" "pragma experimental SMTChecker;"
@ -165,6 +178,7 @@
"pragma solidity ^90.90.0" "pragma solidity ^90.90.0"
"public " "public "
"pure " "pure "
"receive() "
"require(" "require("
"require(msg.sender == 0,\"\"" "require(msg.sender == 0,\"\""
"return " "return "
@ -201,6 +215,7 @@
"using " "using "
"var " "var "
"view " "view "
"virtual"
"while " "while "
"x % y" "x % y"
"x * 2**y" "x * 2**y"
@ -208,17 +223,8 @@
"x << y" "x << y"
"{ uint x; }" "{ uint x; }"
"{" "{"
"{salt: "salt", value: 10}"
"{value: 1, gas: 2}"
"|" "|"
"}" "}"
"~" "~"
"override"
"virtual"
" is "
"receive() "
"fallback() "
"catch Error() {}"
"catch (bytes memory ) {}"
"{value: 1, gas: 2}"
"{salt: "salt", value: 10}"
"leave"
"a[1:2]"