aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* collatz!lemon2022-08-234-34/+202
|
* ack workslemon2022-08-231-18/+41
|
* llvm hello worldinglemon2022-08-228-48/+570
|
* screw it , llvmlemon2022-08-224-3/+34
|
* irlemon2022-08-225-4/+86
|
* asm prelude, more IRlemon2022-08-218-37/+227
|
* more IR (is it correct even. its so confusing)lemon2022-08-204-17/+143
|
* more IR progresslemon2022-08-206-56/+196
|
* initial work on IRlemon2022-08-2010-7/+345
|
* defer fixlemon2022-08-205-15/+22
|
* deferlemon2022-08-206-22/+86
|
* fix memory buglemon2022-08-194-10/+40
|
* fix tepl cachelemon2022-08-191-4/+6
|
* add licenselemon2022-08-191-0/+10
|
* more miscellaneous fixeslemon2022-08-193-7/+12
|
* some rough edges..lemon2022-08-194-28/+129
|
* change enum backing typelemon2022-08-193-6/+33
|
* attriblemon2022-08-192-0/+15
|
* labels, #FILE #LINE, some bugfixes, c typeslemon2022-08-196-68/+138
|
* fix hashing and typeeq for enumslemon2022-08-193-2/+10
|
* #tag lvaluelemon2022-08-191-1/+4
|
* EUSwitch and #taglemon2022-08-193-6/+75
|
* fix vim syntaxlemon2022-08-192-3/+7
|
* fix leakslemon2022-08-191-2/+3
|
* do not use P.tokloc directlylemon2022-08-191-63/+56
| | | | for it is not what is intended whilst a macro is being expanded
* templateslemon2022-08-195-29/+291
|
* tagged unionslemon2022-08-193-1/+21
|
* enum union size,align and enumtylemon2022-08-193-11/+59
|
* big mem fixlemon2022-08-191-1/+3
|
* take alignment in allocatorlemon2022-08-193-12/+15
|
* update syntaxlemon2022-08-191-1/+1
|
* alignof, offsetoflemon2022-08-196-13/+63
|
* oopslemon2022-08-181-1/+1
|
* switch enumlemon2022-08-183-2/+7
|
* iswitchlemon2022-08-183-1/+73
|
* lots of goodneslemon2022-08-188-43/+653
|
* fix bodyarglemon2022-08-1813-66/+210
|
* macro bodyarglemon2022-08-182-7/+45
|
* parse defmacrolemon2022-08-178-14/+268
|
* collatz checkslemon2022-08-174-4/+98
|
* struct,unionlemon2022-08-173-33/+98
|
* ack checklemon2022-08-174-33/+184
|
* collatzlemon2022-08-171-0/+28
|
* if and loopseslemon2022-08-172-19/+147
|
* letlemon2022-08-175-7/+87
|
* more exprs, warningslemon2022-08-177-13/+172
|
* binary operators and more stufflemon2022-08-1612-38/+241
|
* nullish coalescing operator ??lemon2022-08-163-13/+34
|
* syntaxlemon2022-08-162-2/+3
|
* change 'not' to '!'lemon2022-08-167-27/+25
| | | | it looks nicer