solidity/libsolidity
Rhett Aultman e544698ad3 Deprecate use of unary '+'
The unary '+' serves no meaningful purpose in Solidity and it makes it
possible to produce typos with dagerous implications (e.g. 'a =+5 '),
so we are deprecating it.  The SyntaxChecker currently issues warnings
on the unary '+' but will still compile it for now.
2017-04-28 17:43:19 -07:00
..
analysis Deprecate use of unary '+' 2017-04-28 17:43:19 -07:00
ast Refactor to combined scope and stack height info. 2017-04-26 17:12:04 +02:00
codegen Refactor to combined scope and stack height info. 2017-04-26 17:12:04 +02:00
formal Change references to FunctionType::Location 2017-03-16 12:49:52 +00:00
inlineasm Merge pull request #2193 from ethereum/julia-assign-stack 2017-04-27 22:00:33 +02:00
interface Merge pull request #2171 from ethereum/splitParseAndAnalyze 2017-04-28 17:19:31 +02:00
parsing Factor out tokenToContractKind 2017-03-17 17:06:52 +00:00
CMakeLists.txt Rename libevmasm. 2016-08-10 13:52:24 +02:00