211 Commits (a2def239d2def75a32728f9e7ab0fe2bf0b3c195)

Author SHA1 Message Date
Christian 11f65d50b8 Evaluate expressions in convenient order. 10 years ago
Christian 57d25f7a54 Prevent optimizer from changing certain parts of the code. 10 years ago
Christian 32d512b12e Option to activate the optimizer for solidity. 10 years ago
chriseth f60c661c06 Removed superfluous braces. 10 years ago
Christian e1c01722d4 Re-added some changes lost in merges. 10 years ago
chriseth b85638183d Stylistic changes. 10 years ago
Christian 99882a76a7 Moved instructions and assembly to new libevmcore. 10 years ago
Christian c87f1c76b4 Ignore break and continue outside of loops. 10 years ago
Christian 1b9e014374 Support for negative literals. 10 years ago
Christian d8ad4f5910 Keywords for all integer types. 10 years ago
Christian 6ec55d3d5f Type promotion fixes and tests. 10 years ago
Christian ab7d2c8fd1 Proper type promotion and conversion. 10 years ago
Christian bfafb32b0b More information for type expectation errors. 10 years ago
Christian bbf6c97e5b Allow implicit type conversions for comparisons. 10 years ago
Christian 5bd4640b17 Detect integer length from literals and remove "std::". 10 years ago
Christian 5dc7609c80 Minor cleanup. 10 years ago
Christian 052b74b1dc Stylistic corrections. 10 years ago
Christian 37216a246a Converted all asserts to exceptions. 10 years ago
Christian edfc06e2c6 Bugfix: Special case of statements starting with type conversion. 10 years ago
chriseth debab8c26f Added doxygen comment. 10 years ago
chriseth 0f0a464b4e Stylistic changes. 10 years ago
Christian 30e4cda0e9 Some tests and bugfixes for the compiler. 10 years ago
Christian 5cc582c454 Bugfix: Swap before mod and div. 10 years ago
Christian 4dbc566a14 Bugfix: Swap before mod and div. 10 years ago
Christian adcf062367 Actual contract creator and add solidity to AlethZero interface. 10 years ago
Gav Wood ae960c577a Big fixes. 10 years ago
Christian 0c88f03204 Corrected doxygen post comments. 10 years ago
Christian 4d654d4e78 Function selector and variable (un)packing. 10 years ago
Christian 6f3afc8583 Renamed file. 10 years ago
Christian ea6d58a0d1 Contract compiler and also add ExpressionStatement to AST. 10 years ago
Christian 9ae4efd311 Bugfix: Allow empty return statements without type checking. 10 years ago
Christian c6c7f86b82 Further const placement changes. 10 years ago
Christian d83d476002 Fixed placements of const. 10 years ago
Christian 2b6d66374d Compiler for assignments. 10 years ago
Christian ec5bf1abe9 NEG->BNOT change 10 years ago
Christian 0baf92d52e Parser fix: Consume break and continue. 10 years ago
Christian 0877cf6036 Adjustments for the NEG->BNOT change. 10 years ago
Christian 3204918cd6 Forgot some asterisks. 10 years ago
Christian 17f5470540 Asterisk-syntax for doxygen class documentation. 10 years ago
Christian d7278b3d34 Stylistic corrections. 10 years ago
Gav Wood 9a16d80df7 Warnings fixes. 10 years ago
Christian c379bea27b CMakeLists library dependency cleanup for libdevcore, libevmface, libsolidity and solc. 10 years ago
Christian a72098d541 Removed some more boost asserts. 10 years ago
Christian fd7fc4293e Removed std:: where it made sense. 10 years ago
Christian 62ca0b2b43 Replace BOOST_ASSERT by assert. 10 years ago
Christian 2c5b1c5262 Documentation for AST, Parser, Scanner and other classes. 10 years ago
Christian 92ee64f443 Some documentation. 10 years ago
Christian d4d5f23e8f Expression compiler. 10 years ago
Christian dfea157313 Use the passed stream, not std::cerr. 10 years ago
Christian c5698b7341 Use endl instead of "\n". 10 years ago