Christian
c87f1c76b4
Ignore break and continue outside of loops.
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.
ExpressionStatement functions as glue between Statements and Expressions.
This way it is possible to detect when the border between statements and
expressions is crossed while walking the AST. Note that ExpressionStatement is
not the only border, almost every statement can contains expressions.
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.
Fixes #417 .
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
Christian
19e7a08b0e
Remove nullptr comparisons.
10 years ago
Christian
7bab242f5f
Use createTypeError everywhere and stream out Location.
10 years ago
Christian
016fb2dea5
Sorted include directives.
10 years ago
Christian
8bb71c4ebf
Use boost errinfo.
10 years ago
Christian
bf3a76f5af
Improved exceptions and reporting exceptions for command-line compiler.
10 years ago
Christian
8756c4bf96
Type information for AST printer.
10 years ago
Christian
9a059ec662
Corrected spacing around colon.
10 years ago
Christian
cf2cc8e8ba
Cleanup of copyright headers.
10 years ago
Christian
fb35847012
Access modifier cleanup.
10 years ago
Christian
fa22722e0e
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
pointer.
10 years ago
Christian
c253a90fc4
Coding style cleanup: const and vecptr.
10 years ago
Christian
43bb41ef19
Keyword cleanup
10 years ago
Christian
116070f304
Coding style and cleanup
10 years ago
Christian
68a85f4f80
Corrected coding style.
10 years ago