Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add array indexing (not writing yet, though...)HEADmaster | tomsmeding | 2017-02-03 |
| | |||
* | Parse and typecheck casts | tomsmeding | 2017-02-02 |
| | |||
* | Pointer arithmetic now also for Minus | tomsmeding | 2017-02-02 |
| | | | | | string_index.nl now doesn't compile anymore because I need to implement casts from i32 to u64 | ||
* | Pointer arithmetic! | tomsmeding | 2017-02-01 |
| | |||
* | Floats, bugfixes, small reorganisations | tomsmeding | 2017-02-01 |
| | |||
* | Actually run the LLVM verifier; fix all problems | tomsmeding | 2017-02-01 |
| | |||
* | More operators and less function pointers | tomsmeding | 2017-02-01 |
| | |||
* | More Equal rules | tomsmeding | 2017-01-31 |
| | |||
* | Support parentheses in expressions | tomsmeding | 2017-01-31 |
| | |||
* | Handle non-returning void functions, and error on missing return | tomsmeding | 2017-01-31 |
| | |||
* | Move test files to separate folder | tomsmeding | 2017-01-31 |