Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check recursion depth in assembly parser. | chriseth | 2017-08-22 | 1 | -1/+1 |
* | Tests for recursion in JULIA. | chriseth | 2017-08-22 | 1 | -0/+12 |
* | Be more strict about number literals in assembly. | chriseth | 2017-08-21 | 1 | -0/+8 |
* | Add end-to-end test | Alex Beregszaszi | 2017-07-13 | 1 | -1/+1 |
* | Support parsing let statements without a value | Alex Beregszaszi | 2017-07-13 | 1 | -0/+5 |
* | Initial EVM1.5 assembly implementation. | chriseth | 2017-06-08 | 1 | -1/+3 |
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -4/+5 |
* | Change error message for invalid type | Alex Beregszaszi | 2017-05-27 | 1 | -3/+3 |
* | Introduce Julia mode in AsmAnalyzer | Alex Beregszaszi | 2017-05-27 | 1 | -1/+1 |
* | Validate that only basic types are used in Julia | Alex Beregszaszi | 2017-05-27 | 1 | -1/+25 |
* | Enable the analyzer for Julia tests | Alex Beregszaszi | 2017-05-25 | 1 | -8/+6 |
* | Add tests | Alex Beregszaszi | 2017-05-23 | 1 | -0/+5 |
* | Add tests for bool literal | Alex Beregszaszi | 2017-05-19 | 1 | -0/+6 |
* | Merge pull request #2222 from ethereum/julia-types | chriseth | 2017-05-16 | 1 | -9/+17 |
|\ | |||||
| * | Add tests for types in Julia | Alex Beregszaszi | 2017-05-06 | 1 | -9/+17 |
* | | Remove an unused function `successAssemble` | Yoichi Hirai | 2017-05-09 | 1 | -5/+0 |
|/ | |||||
* | Remove analyzer from Julia tests | Alex Beregszaszi | 2017-05-05 | 1 | -21/+1 |
* | Add Julia parser test | Alex Beregszaszi | 2017-05-05 | 1 | -0/+212 |