Christian
27d20cd849
Magic variables.
10 years ago
Christian
c7972ba850
Special handling for constructor.
10 years ago
Marek Kotewicz
6cc9e6952e
merge
10 years ago
Christian
32d512b12e
Option to activate the optimizer for solidity.
10 years ago
Christian
30e4cda0e9
Some tests and bugfixes for the compiler.
10 years ago
Christian
adcf062367
Actual contract creator and add solidity to AlethZero interface.
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
2b6d66374d
Compiler for assignments.
10 years ago
Christian
17f5470540
Asterisk-syntax for doxygen class documentation.
10 years ago
Christian
2c5b1c5262
Documentation for AST, Parser, Scanner and other classes.
10 years ago
Christian
d4d5f23e8f
Expression compiler.
10 years ago