aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* enum ini lemon2022-08-243-57/+50
|
* opaque ptrs lemon2022-08-243-27/+62
|
* dot operator llvm lemon2022-08-246-88/+120
|
* send target triple to llvm lemon2022-08-243-0/+3
|
* arch stuff lemon2022-08-246-1/+28
|
* llvm defer and more lemon2022-08-2410-128/+306
|
* collatz! lemon2022-08-234-34/+202
|
* ack works lemon2022-08-231-18/+41
|
* llvm hello worlding lemon2022-08-228-48/+570
|
* screw it , llvm lemon2022-08-224-3/+34
|
* ir lemon2022-08-225-4/+86
|
* asm prelude, more IR lemon2022-08-218-37/+227
|
* more IR (is it correct even. its so confusing) lemon2022-08-204-17/+143
|
* more IR progress lemon2022-08-206-56/+196
|
* initial work on IR lemon2022-08-2010-7/+345
|
* defer fix lemon2022-08-205-15/+22
|
* defer lemon2022-08-206-22/+86
|
* fix memory bug lemon2022-08-194-10/+40
|
* fix tepl cache lemon2022-08-191-4/+6
|
* add license lemon2022-08-191-0/+10
|
* 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-196-68/+138
|
* fix hashing and typeeq for enums lemon2022-08-193-2/+10
|
* #tag lvalue lemon2022-08-191-1/+4
|
* EUSwitch and #tag lemon2022-08-193-6/+75
|
* fix vim syntax lemon2022-08-192-3/+7
|
* 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-195-29/+291
|
* tagged unions lemon2022-08-193-1/+21
|
* enum union size,align and enumty lemon2022-08-193-11/+59
|
* big mem fix lemon2022-08-191-1/+3
|
* take alignment in allocator lemon2022-08-193-12/+15
|
* update syntax lemon2022-08-191-1/+1
|
* alignof, offsetof lemon2022-08-196-13/+63
|
* oops lemon2022-08-181-1/+1
|
* switch enum lemon2022-08-183-2/+7
|
* iswitch lemon2022-08-183-1/+73
|
* lots of goodnes lemon2022-08-188-43/+653
|
* fix bodyarg lemon2022-08-1813-66/+210
|
* macro bodyarg lemon2022-08-182-7/+45
|
* parse defmacro lemon2022-08-178-14/+268
|
* collatz checks lemon2022-08-174-4/+98
|
* struct,union lemon2022-08-173-33/+98
|
* ack check lemon2022-08-174-33/+184
|
* collatz lemon2022-08-171-0/+28
|
* if and loopses lemon2022-08-172-19/+147
|