Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved external interface for multi-source and multi-contract compilation. | Christian | 2014-12-04 | 1 | -2/+9 |
| | |||||
* | Import directive. | Christian | 2014-12-03 | 1 | -8/+35 |
| | |||||
* | Remove std::. | Christian | 2014-12-03 | 1 | -16/+18 |
| | |||||
* | Simplifying scanning for natspec documentation | Lefteris Karapetsas | 2014-12-01 | 1 | -3/+1 |
| | | | | | | - Scanner no longer remembers the last natspect comment until a new one is encountered. It remembers it only until the next scan() | ||||
* | Solidity natspec docstring test improvements | Lefteris Karapetsas | 2014-11-28 | 1 | -1/+1 |
| | | | | | | | | | - Adding a test for docstring being between function signature and function body - Properly checking for exceptions in parsing - Small parser fix | ||||
* | Solidity FunctionDefinition used ASTString shared ptr for docstrings | Lefteris Karapetsas | 2014-11-28 | 1 | -2/+6 |
| | |||||
* | Solidity work for documentation strings | Lefteris Karapetsas | 2014-11-28 | 1 | -1/+3 |
| | | | | | | | | | | - Still a work in progress - Parser now properly gets each function's doc comment - Small changes in the scanner - Multiline comments are considered | ||||
* | Solidity function AST nodes get documentation attribute | Lefteris Karapetsas | 2014-11-27 | 1 | -2/+3 |
| | |||||
* | Merge remote-tracking branch 'ethereum/develop' into HEAD | Christian | 2014-11-06 | 1 | -4/+4 |
|\ | | | | | | | | | | | Conflicts: libsolidity/Compiler.cpp test/solidityCompiler.cpp | ||||
| * | Bugfix: Special case of statements starting with type conversion. | Christian | 2014-11-05 | 1 | -4/+4 |
| | | |||||
| * | Parser fix: Consume break and continue. | Christian | 2014-10-29 | 1 | -0/+2 |
| | | |||||
* | | Contract compiler and also add ExpressionStatement to AST. | Christian | 2014-10-30 | 1 | -6/+15 |
|/ | | | | | | | | 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. | ||||
* | Use boost errinfo. | Christian | 2014-10-24 | 1 | -10/+10 |
| | |||||
* | Improved exceptions and reporting exceptions for command-line compiler. | Christian | 2014-10-23 | 1 | -10/+1 |
| | |||||
* | Corrected spacing around colon. | Christian | 2014-10-23 | 1 | -2/+1 |
| | |||||
* | Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type | Christian | 2014-10-20 | 1 | -86/+86 |
| | | | | pointer. | ||||
* | Coding style cleanup: const and vecptr. | Christian | 2014-10-20 | 1 | -15/+15 |
| | |||||
* | Coding style and cleanup | Christian | 2014-10-17 | 1 | -66/+32 |
| | |||||
* | Corrected coding style. | Christian | 2014-10-16 | 1 | -124/+164 |
| | |||||
* | Added meaningful exception types. | Christian | 2014-10-16 | 1 | -12/+14 |
| | |||||
* | Type system, not yet complete. | Christian | 2014-10-16 | 1 | -12/+25 |
| | |||||
* | Name resolution. | Christian | 2014-10-13 | 1 | -4/+5 |
| | |||||
* | AST printer and command line tool, some fixes. | Christian | 2014-10-10 | 1 | -20/+32 |
| | |||||
* | Initial implementation of Solidity parser finished, not yet tested much. | Christian | 2014-10-10 | 1 | -4/+229 |
| | |||||
* | Corrected indentation. | Christian | 2014-10-09 | 1 | -182/+200 |
| | |||||
* | Parse everything up to function bodies and report parser errors with location. | Christian | 2014-10-09 | 1 | -20/+117 |
| | |||||
* | Solidity parser, can not parse much yet. | Christian | 2014-10-08 | 1 | -0/+180 |