Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor exceptions and provide comment function. | chriseth | 2017-07-13 | 1 | -0/+2 |
| | |||||
* | Merge interface/Exceptions and interface/Utils | Alex Beregszaszi | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | For loops analysis. | chriseth | 2017-06-16 | 1 | -2/+17 |
| | |||||
* | Parse for statement in assembly parser / printer | Alex Beregszaszi | 2017-06-16 | 1 | -0/+5 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -18/+15 |
| | | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209 | ||||
* | Introduce virtual blocks for function arguments. | chriseth | 2017-05-29 | 1 | -7/+14 |
| | |||||
* | Visit case bodies in scope filler | Alex Beregszaszi | 2017-05-26 | 1 | -0/+9 |
| | |||||
* | Support multiple variables in a variable declaration in inline assembly | Alex Beregszaszi | 2017-05-23 | 1 | -1/+4 |
| | |||||
* | Parse types in Julia mode | Alex Beregszaszi | 2017-05-06 | 1 | -5/+11 |
| | |||||
* | Remove error label / invalid jump label. | chriseth | 2017-04-28 | 1 | -4/+0 |
| | |||||
* | Only run stack filler on AST elements that are or contain declarations. | chriseth | 2017-04-25 | 1 | -29/+1 |
| | |||||
* | Refactor assembly analysis into scope filling and checking. | chriseth | 2017-04-25 | 1 | -0/+158 |