summaryrefslogtreecommitdiff
path: root/nl
Commit message (Collapse)AuthorAge
* Add array indexing (not writing yet, though...)HEADmastertomsmeding2017-02-03
|
* Parse and typecheck caststomsmeding2017-02-02
|
* Pointer arithmetic now also for Minustomsmeding2017-02-02
| | | | | string_index.nl now doesn't compile anymore because I need to implement casts from i32 to u64
* Pointer arithmetic!tomsmeding2017-02-01
|
* Floats, bugfixes, small reorganisationstomsmeding2017-02-01
|
* Actually run the LLVM verifier; fix all problemstomsmeding2017-02-01
|
* More operators and less function pointerstomsmeding2017-02-01
|
* More Equal rulestomsmeding2017-01-31
|
* Support parentheses in expressionstomsmeding2017-01-31
|
* Handle non-returning void functions, and error on missing returntomsmeding2017-01-31
|
* Move test files to separate foldertomsmeding2017-01-31