aboutsummaryrefslogtreecommitdiff
path: root/src/parse.cff
Commit message (Expand)AuthorAgeFilesLines
* fix some fold and add def const lemon2022-08-281-1/+6
* miscellaneous lemon2022-08-271-1/+1
* fix value when assign op store overflows, also typecheck assignops lemon2022-08-271-2/+8
* improve bitfields lemon2022-08-271-10/+3
* bitfields lemon2022-08-261-29/+143
* some fixes + .[] syntax sugar lemon2022-08-261-0/+7
* vararg promote array->ptr lemon2022-08-261-2/+3
* gensym fix, offset fix, str statics lemon2022-08-261-2/+2
* don't inherit defers into nested functions lemon2022-08-251-0/+3
* now test.cff kinda lemon2022-08-251-0/+1
* slen, sptr, complete method type stuff lemon2022-08-251-3/+31
* aligns fix lemon2022-08-251-4/+3
* add cond switch lemon2022-08-251-1/+1
* eu switch lemon2022-08-251-2/+4
* switch check lemon2022-08-251-0/+23
* check casts lemon2022-08-251-3/+19
* slice and stuff lemon2022-08-241-1/+1
* more llvm lemon2022-08-241-6/+13
* llvm defer and more lemon2022-08-241-72/+154
* collatz! lemon2022-08-231-6/+0
* llvm hello worlding lemon2022-08-221-6/+14
* screw it , llvm lemon2022-08-221-2/+3
* ir lemon2022-08-221-2/+2
* asm prelude, more IR lemon2022-08-211-5/+15
* more IR progress lemon2022-08-201-4/+10
* initial work on IR lemon2022-08-201-2/+5
* defer fix lemon2022-08-201-6/+6
* fix memory bug lemon2022-08-191-7/+36
* fix tepl cache lemon2022-08-191-4/+6
* more miscellaneous fixes lemon2022-08-191-1/+2
* some rough edges.. lemon2022-08-191-27/+91
* change enum backing type lemon2022-08-191-4/+28
* attrib lemon2022-08-191-0/+13
* labels, #FILE #LINE, some bugfixes, c types lemon2022-08-191-24/+68
* fix hashing and typeeq for enums lemon2022-08-191-1/+3
* #tag lvalue lemon2022-08-191-1/+4
* EUSwitch and #tag lemon2022-08-191-3/+63
* fix leaks lemon2022-08-191-2/+3
* do not use P.tokloc directly lemon2022-08-191-63/+56
* templates lemon2022-08-191-21/+226
* tagged unions lemon2022-08-191-1/+17
* enum union size,align and enumty lemon2022-08-191-11/+52
* take alignment in allocator lemon2022-08-191-3/+3
* alignof, offsetof lemon2022-08-191-2/+16
* switch enum lemon2022-08-181-0/+1
* iswitch lemon2022-08-181-1/+59
* lots of goodnes lemon2022-08-181-31/+469
* fix bodyarg lemon2022-08-181-30/+149
* parse defmacro lemon2022-08-171-5/+157
* collatz checks lemon2022-08-171-3/+40