aboutsummaryrefslogtreecommitdiff
path: root/src/parse.cff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | for it is not what is intended whilst a macro is being expanded
* 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
|
* struct,union lemon2022-08-171-33/+89
|
* ack check lemon2022-08-171-33/+139
|
* if and loopses lemon2022-08-171-19/+134
|
* let lemon2022-08-171-5/+76
|
* more exprs, warnings lemon2022-08-171-5/+122
|
* binary operators and more stuff lemon2022-08-161-23/+164
|
* nullish coalescing operator ?? lemon2022-08-161-2/+6
|
* change 'not' to '!' lemon2022-08-161-19/+19
| | | | it looks nicer
* stuff lemon2022-08-161-7/+126
|
* self hosted hello world parses lemon2022-08-151-1/+40
|
* self hosted progress lemon2022-08-151-10/+317
|