Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate expression and statement. | chriseth | 2017-12-13 | 1 | -0/+1 |
| | |||||
* | If statement for Iulia / inline assembly. | chriseth | 2017-11-22 | 1 | -0/+1 |
| | |||||
* | Add include file to forward-declare inline assembly structs. | chriseth | 2017-06-16 | 1 | -14/+2 |
| | |||||
* | Parse for statement in assembly parser / printer | Alex Beregszaszi | 2017-06-16 | 1 | -0/+2 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -4/+4 |
| | | | | | | | | | 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 | -3/+3 |
| | |||||
* | Visit case bodies in scope filler | Alex Beregszaszi | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | Implement switch statement in the assembly parser/printer | Alex Beregszaszi | 2017-05-26 | 1 | -0/+2 |
| | |||||
* | Rename FunctionalAssignment to Assignment | Alex Beregszaszi | 2017-05-24 | 1 | -2/+2 |
| | |||||
* | Rename Assignment to StackAssignment | Alex Beregszaszi | 2017-05-24 | 1 | -2/+2 |
| | |||||
* | Parse types in Julia mode | Alex Beregszaszi | 2017-05-06 | 1 | -1/+2 |
| | |||||
* | Only run stack filler on AST elements that are or contain declarations. | chriseth | 2017-04-25 | 1 | -3/+3 |
| | |||||
* | Refactor assembly analysis into scope filling and checking. | chriseth | 2017-04-25 | 1 | -0/+89 |