Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some fixes in parser. | Christian | 2015-01-28 | 1 | -0/+2 |
| | |||||
* | Type resolution for function modifiers. | Christian | 2015-01-26 | 1 | -0/+2 |
| | |||||
* | Function modifier parsing. | Christian | 2015-01-26 | 1 | -0/+4 |
| | |||||
* | Adding a ForStatement solidity AST Node. | Lefteris Karapetsas | 2014-12-17 | 1 | -0/+2 |
| | | | | | | | - Adding ForStatement node - Implemented Parsing for ForStatement - A simple parsing test for the ForStatement - Work in progress | ||||
* | Create contracts. | Christian | 2014-12-15 | 1 | -0/+2 |
| | |||||
* | Clear separation between ASTVisitor and ASTConstVisitor and more const ↵ | Christian | 2014-12-08 | 1 | -1/+1 |
| | | | | specifiers. | ||||
* | Const functions for ASTVisitor and const ASTPrinter. | Christian | 2014-12-08 | 1 | -64/+64 |
| | |||||
* | Import directive. | Christian | 2014-12-03 | 1 | -1/+2 |
| | |||||
* | Provide interface for calls in JSON and some other formatting changes. | Christian | 2014-11-12 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler | Christian | 2014-11-01 | 1 | -2/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/AST.cpp libsolidity/AST.h libsolidity/Compiler.cpp libsolidity/Compiler.h libsolidity/NameAndTypeResolver.h libsolidity/Types.cpp solc/main.cpp test/solidityCompiler.cpp | ||||
| * | Further const placement changes. | Christian | 2014-10-30 | 1 | -1/+1 |
| | | |||||
| * | Asterisk-syntax for doxygen class documentation. | Christian | 2014-10-28 | 1 | -1/+3 |
| | | |||||
* | | Contract compiler and also add ExpressionStatement to AST. | Christian | 2014-10-30 | 1 | -0/+2 |
|/ | | | | | | | | 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. | ||||
* | Some documentation. | Christian | 2014-10-25 | 1 | -0/+1 |
| | |||||
* | Type information for AST printer. | Christian | 2014-10-23 | 1 | -0/+1 |
| | |||||
* | Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type | Christian | 2014-10-20 | 1 | -2/+2 |
| | | | | pointer. | ||||
* | Coding style and cleanup | Christian | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | Corrected coding style. | Christian | 2014-10-16 | 1 | -15/+19 |
| | |||||
* | Added copyright blocks. | Christian | 2014-10-13 | 1 | -0/+22 |
| | |||||
* | Name resolution. | Christian | 2014-10-13 | 1 | -57/+59 |
| | |||||
* | AST printer and command line tool, some fixes. | Christian | 2014-10-10 | 1 | -0/+88 |