Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
add update soljson
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff0723 committed Aug 9, 2023
1 parent e357b8b commit 867ebe1
Show file tree
Hide file tree
Showing 9 changed files with 1,842 additions and 1,871 deletions.
2 changes: 1 addition & 1 deletion docs/grammar/SolidityLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ YulEVMBuiltin:
| 'delegatecall' | 'staticcall' | 'return' | 'revert' | 'selfdestruct' | 'invalid'
| 'log0' | 'log1' | 'log2' | 'log3' | 'log4' | 'chainid' | 'origin' | 'gasprice'
| 'blockhash' | 'coinbase' | 'timestamp' | 'number' | 'difficulty' | 'prevrandao'
| 'gaslimit' | 'basefee';
| 'gaslimit' | 'basefee' | 'inferCall';
YulLBrace: '{' -> pushMode(YulMode);
YulRBrace: '}' -> popMode;
Expand Down
2 changes: 2 additions & 0 deletions docs/yul.rst
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,8 @@ the ``dup`` and ``swap`` instructions as well as ``jump`` instructions, labels a
+-------------------------+-----+---+-----------------------------------------------------------------+
| gaslimit() | | F | block gas limit of the current block |
+-------------------------+-----+---+-----------------------------------------------------------------+
| inferCall() | | F | infer the ML model |
+-------------------------+-----+---+-----------------------------------------------------------------+

.. _yul-call-return-area:

Expand Down
604 changes: 303 additions & 301 deletions libevmasm/Instruction.cpp

Large diffs are not rendered by default.

411 changes: 204 additions & 207 deletions libevmasm/Instruction.h

Large diffs are not rendered by default.

Loading

0 comments on commit 867ebe1

Please sign in to comment.