solidity/libsolidity
chriseth 30b325fdc1 Allow "new expressions" also for general type names.
Breaking change: If you want to send value with a contract creation, you
have to use parentheses now:

`(new ContractName).value(2 ether)(arg1, arg2)`
2015-11-26 13:10:12 +01:00
..
analysis Allow "new expressions" also for general type names. 2015-11-26 13:10:12 +01:00
ast Allow "new expressions" also for general type names. 2015-11-26 13:10:12 +01:00
codegen Fixed string inside struct allocation bug. 2015-11-24 14:54:37 +01:00
formal Style. 2015-11-25 14:24:00 +01:00
interface Fix: Cope with non-existing commit hash. 2015-11-02 18:03:04 +01:00
parsing Allow "new expressions" also for general type names. 2015-11-26 13:10:12 +01:00
CMakeLists.txt Fix solidity dependencies. 2015-11-26 12:40:15 +01:00
grammar.txt throw statement implementation 2015-09-16 13:25:32 +02:00