39 Commits (cc653ffbbb554c619d0115d6b1217a3d1bc30ab0)

Author SHA1 Message Date
Liana Husikyan 369abf4294 to include source lines in output stream AssemblyItem's appropriate function is now receiving the map of fileNames to sourceCodes as argument. 10 years ago
Liana Husikyan df4746d5e7 Implemented passing arguments to the base constructor. 10 years ago
Lefteris Karapetsas 0a8acbc7db Tighter coupling for Assembly items retrieval 10 years ago
Lefteris Karapetsas 72f9ecd526 Styling changes for SourceLocation and friends 10 years ago
Lefteris Karapetsas bc71f71035 Simple Assembly Locations test 10 years ago
Christian d417618dce Stack height checks and fix. 10 years ago
Liana Husikyan 87e956729c Inline member initialisation 10 years ago
arkpar 7af5ac1252 allow more than one contract 10 years ago
Christian cad718715b Unpacking of dynamically sized arguments. 10 years ago
Christian 7dc695e840 Super keyword. 10 years ago
Lefteris Karapetsas 309ffb8948 EVM Code for simple accessor function is properly generated 10 years ago
Lefteris Karapetsas 94ca9f0040 All interface functions are external. 10 years ago
Lefteris Karapetsas 818742dac9 Work in progress for state variable accessors 10 years ago
Christian 14c5e37d55 Modifier overrides and callgraph analysis. 10 years ago
Christian fdf791149d Compilation of function modifiers. 10 years ago
Christian 747bf7f2d4 Include virtual function overrides in constructor context. 10 years ago
Christian 813af2c4ee Call constructors of base classes. 10 years ago
Christian 71950257c5 Magic variables are only needed durinng name and type resolution, not during compilation. 10 years ago
Lefteris Karapetsas 18dd4515bd A first version of Natspec warning popup 10 years ago
Christian 460571bd77 Fix some warnings about uninitialized members. 10 years ago
Lefteris Karapetsas 30c000d121 Adding a ForStatement solidity AST Node. 10 years ago
Christian 4e83ba5ae1 Add functions needed by constructor. 10 years ago
Christian 5026c5855d Create contracts. 10 years ago
Christian 615438a890 Swap literals to the end if optimizing. 10 years ago
Christian 2506b42da8 Clear separation between ASTVisitor and ASTConstVisitor and more const specifiers. 10 years ago
Christian 1e5ebff359 Const AST visitor for the compiler. 10 years ago
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. 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