Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | now is compiling and passing soltest...but I think there may be a few more ↵ | RJ Catalano | 2015-12-16 | 1 | -4/+6 |
| | | | | things to do | ||||
* | fixed case statements | RJ Catalano | 2015-12-16 | 1 | -1/+2 |
| | |||||
* | updated attempt...still a bit more work to do but here's what's current | RJ Catalano | 2015-12-16 | 1 | -0/+1 |
|\ | |||||
| * | Inline array declarations complete | RJ Catalano | 2015-12-15 | 1 | -0/+22 |
| | | |||||
* | | updated attempt, a couple of more things to sort through and change | RJ Catalano | 2015-12-16 | 1 | -4/+6 |
|/ | |||||
* | Added the `using x for y` directive. | chriseth | 2015-11-27 | 2 | -0/+21 |
| | |||||
* | Do not store elements of a contract by AST node type. | chriseth | 2015-11-26 | 1 | -18/+8 |
| | |||||
* | Fix MSVC errors and warnings. | chriseth | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | Allow "new expressions" also for general type names. | chriseth | 2015-11-26 | 1 | -1/+1 |
| | | | | | | | Breaking change: If you want to send value with a contract creation, you have to use parentheses now: `(new ContractName).value(2 ether)(arg1, arg2)` | ||||
* | Allow docstrings for statements. | chriseth | 2015-10-27 | 2 | -35/+45 |
| | |||||
* | Store docstrings in AST annotations. | chriseth | 2015-10-26 | 2 | -0/+211 |
| | |||||
* | more corrections | LianaHus | 2015-10-23 | 1 | -4/+14 |
| | |||||
* | modified error msg | LianaHus | 2015-10-23 | 1 | -1/+7 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 6 | -0/+2900 |