summaryrefslogtreecommitdiff
path: root/check.hs
Commit message (Collapse)AuthorAge
* Add array indexing (not writing yet, though...)HEADmastertomsmeding2017-02-03
|
* Parse and typecheck caststomsmeding2017-02-02
|
* Support 1U literalstomsmeding2017-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
|
* More operators and less function pointerstomsmeding2017-02-01
|
* Calling external functions!tomsmeding2017-01-29
| | | | | | | - Call extern-declared functions - Parse 'c'har literals - Correctly make function arguments into local variables - Fix error message in check.hs (new line 153)
* Call functionstomsmeding2017-01-29
|
* Do function argument typechecking correctlytomsmeding2017-01-29
|
* Detect duplicate variablestomsmeding2017-01-29
|
* Fix recursive typedef replacementtomsmeding2017-01-28
|
* typeCompatible -> resultTypetomsmeding2017-01-27
|
* Generate code for global variablestomsmeding2017-01-24