solidity/libsolidity/parsing
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
..
DocStringParser.cpp Store docstrings in AST annotations. 2015-10-26 15:24:36 +01:00
DocStringParser.h Store docstrings in AST annotations. 2015-10-26 15:24:36 +01:00
Parser.cpp Allow "new expressions" also for general type names. 2015-11-26 13:10:12 +01:00
Parser.h Allow docstrings for statements. 2015-10-26 19:47:25 +01:00
Scanner.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
Scanner.h File reorganisation. 2015-10-21 00:46:01 +02:00
Token.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
Token.h File reorganisation. 2015-10-21 00:46:01 +02:00