solidity/libsolidity
Yoichi Hirai a98edb22e5 Add Address module in the WhyML prelude
In the `--formal` output, this commit adds a module called `Address`,
which defines the address type as unsigned integer type bounded at
2^160-1.
2016-09-07 20:39:23 +02:00
..
analysis Constructor must be internal or public 2016-09-06 17:53:13 +02:00
ast Include assert for selfType on bound functions to avoid crash 2016-09-06 22:10:51 +01:00
codegen Provide gas stipend manually for send(0). 2016-09-06 12:37:01 +02:00
formal Add Address module in the WhyML prelude 2016-09-07 20:39:23 +02:00
inlineasm Provide inline assembly to the code generator. (#840) 2016-08-16 16:27:20 +02:00
interface Reject constant modifier on the fallback function 2016-09-06 11:40:00 +01:00
parsing Merge pull request #1016 from ethereum/reserved 2016-09-06 15:52:44 +02:00
CMakeLists.txt Rename libevmasm. 2016-08-10 13:52:24 +02:00
grammar.txt Considering comment from @chriseth regarding FunctionCall. 2016-09-06 11:53:46 +02:00