aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* asm prelude, more IR lemon2022-08-217-36/+225
|
* more IR (is it correct even. its so confusing) lemon2022-08-203-15/+133
|
* more IR progress lemon2022-08-205-55/+195
|
* initial work on IR lemon2022-08-207-3/+335
|
* defer fix lemon2022-08-201-6/+6
|
* fix memory bug lemon2022-08-194-10/+40
|
* fix tepl cache lemon2022-08-191-4/+6
|
* more miscellaneous fixes lemon2022-08-193-7/+12
|
* some rough edges.. lemon2022-08-194-28/+129
|
* change enum backing type lemon2022-08-193-6/+33
|
* attrib lemon2022-08-192-0/+15
|
* labels, #FILE #LINE, some bugfixes, c types lemon2022-08-195-66/+136
|
* fix hashing and typeeq for enums lemon2022-08-192-1/+9
|
* #tag lvalue lemon2022-08-191-1/+4
|
* EUSwitch and #tag lemon2022-08-192-4/+75
|
* 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-194-28/+284
|
* tagged unions lemon2022-08-192-1/+18
|
* enum union size,align and enumty lemon2022-08-192-11/+53
|
* big mem fix lemon2022-08-191-1/+3
|
* take alignment in allocator lemon2022-08-193-12/+15
|
* alignof, offsetof lemon2022-08-193-8/+19
|
* switch enum lemon2022-08-182-1/+2
|
* iswitch lemon2022-08-182-1/+64
|
* lots of goodnes lemon2022-08-185-35/+605
|
* fix bodyarg lemon2022-08-1811-63/+201
|
* parse defmacro lemon2022-08-176-8/+266
|
* collatz checks lemon2022-08-173-4/+97
|
* struct,union lemon2022-08-173-33/+98
|
* ack check lemon2022-08-174-33/+184
|
* if and loopses lemon2022-08-172-19/+147
|
* let lemon2022-08-173-5/+82
|
* more exprs, warnings lemon2022-08-175-11/+170
|
* binary operators and more stuff lemon2022-08-167-29/+183
|
* nullish coalescing operator ?? lemon2022-08-161-2/+6
|
* syntax lemon2022-08-161-1/+1
|
* change 'not' to '!' lemon2022-08-164-23/+23
| | | | it looks nicer
* stuff lemon2022-08-169-28/+243
|
* diagnostics file loc lemon2022-08-151-0/+24
|
* self hosted hello world parses lemon2022-08-153-1/+43
|
* self hosted progress lemon2022-08-1512-67/+714
|
* woa lemon2022-08-1416-98/+168
|
* fix arena lemon2022-08-147-37/+116
|
* better comment syntax lemon2022-08-141-3/+1
|
* multiline comment and stuff lemon2022-08-143-46/+32
|
* ok.. lemon2022-08-137-18/+159
|
* target lemon2022-08-135-11/+93
|
* set more lemon2022-08-132-3/+21
|
* set template lemon2022-08-134-43/+70
|