Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Contracts as types and framework for special global variables. | Christian | 2014-11-24 | 1 | -1/+0 |
| | |||||
* | fixing typo and alignment | Lefteris Karapetsas | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | solidity scanner takes triple slash doc comments into account | Lefteris Karapetsas | 2014-11-19 | 1 | -0/+1 |
| | | | | | | | - Conditionally scanning for the documentation comments and gettings their contents. - Adding tests for this functionality of the scanner | ||||
* | Keywords for all integer types. | Christian | 2014-11-06 | 1 | -0/+84 |
| | |||||
* | Converted all asserts to exceptions. | Christian | 2014-11-05 | 1 | -53/+11 |
| | |||||
* | Replace BOOST_ASSERT by assert. | Christian | 2014-10-25 | 1 | -10/+9 |
| | |||||
* | Expression compiler. | Christian | 2014-10-25 | 1 | -0/+1 |
| | |||||
* | Coding style cleanup: const and vecptr. | Christian | 2014-10-20 | 1 | -6/+6 |
| | |||||
* | Keyword cleanup | Christian | 2014-10-17 | 1 | -50/+12 |
| | |||||
* | Corrected coding style. | Christian | 2014-10-16 | 1 | -101/+93 |
| | |||||
* | Type system, not yet complete. | Christian | 2014-10-16 | 1 | -3/+10 |
| | |||||
* | Corrected indentation. | Christian | 2014-10-09 | 1 | -297/+297 |
| | |||||
* | Parse everything up to function bodies and report parser errors with location. | Christian | 2014-10-09 | 1 | -0/+1 |
| | |||||
* | Solidity parser, can not parse much yet. | Christian | 2014-10-08 | 1 | -1/+34 |
| | |||||
* | Solidity scanner and some unit tests. | Christian | 2014-10-08 | 1 | -0/+339 |
The scanner is a modified version of the v8 javascript scanner. |