Skip to content

Commit 7238056

Browse files
committed
Add support for --import-asm-json.
1 parent 7df33f0 commit 7238056

13 files changed

+570
-133
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Compiler Features:
77
* Immutable variables can be read at construction time once they are initialized.
88
* SMTChecker: Support low level ``call`` as external calls to unknown code.
99
* SMTChecker: Add constraints to better correlate ``address(this).balance`` and ``msg.value``.
10+
* Commandline Interface: Adds alternative input mode ``--import-asm-json`` to import assembly json.
1011

1112

1213
Bugfixes:

0 commit comments

Comments
 (0)