aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* fix some warnings lemon2022-08-311-0/+0
|
* def x = expr -> defmacro x = expr, def const -> def lemon2022-08-313-6/+21
|
* self hosting !!! with some workarounds though . lemon2022-08-311-0/+0
|
* remove some testing thing lemon2022-08-312-0/+1
|
* update bootstrap.sh lemon2022-08-312-3/+16
|
* get close to self hosting (ack works) lemon2022-08-311-0/+2
|
* Makefile and such lemon2022-08-302-0/+5
|
* remove ir*.cff; make vararg only with primitive types lemon2022-08-291-0/+3
|
* many things ,varags lemon2022-08-291-7/+14
|
* add type, multiline strings lemon2022-08-291-1/+3
|
* gensym fix, offset fix, str statics lemon2022-08-261-0/+20
|
* don't inherit defers into nested functions lemon2022-08-251-0/+1
|
* mhm lemon2022-08-251-5/+2
|
* hmm lemon2022-08-251-1/+2
|
* eu switch lemon2022-08-251-1/+46
|
* more llvm lemon2022-08-241-1/+1
|
* enum ini lemon2022-08-241-33/+1
|
* arch stuff lemon2022-08-241-0/+2
|
* ir lemon2022-08-221-1/+1
|
* initial work on IR lemon2022-08-202-3/+9
|
* defer fix lemon2022-08-203-9/+13
|
* defer lemon2022-08-204-21/+69
|
* labels, #FILE #LINE, some bugfixes, c types lemon2022-08-191-2/+2
|
* fix hashing and typeeq for enums lemon2022-08-191-1/+1
|
* EUSwitch and #tag lemon2022-08-191-2/+0
|
* fix vim syntax lemon2022-08-191-0/+2
|
* templates lemon2022-08-191-1/+7
|
* tagged unions lemon2022-08-191-0/+3
|
* enum union size,align and enumty lemon2022-08-191-0/+6
|
* alignof, offsetof lemon2022-08-193-5/+44
|
* oops lemon2022-08-181-1/+1
|
* switch enum lemon2022-08-181-1/+5
|
* iswitch lemon2022-08-181-0/+9
|
* lots of goodnes lemon2022-08-183-8/+48
|
* fix bodyarg lemon2022-08-182-3/+9
|
* macro bodyarg lemon2022-08-182-7/+45
|
* collatz checks lemon2022-08-171-0/+1
|
* let lemon2022-08-171-2/+2
|
* more exprs, warnings lemon2022-08-171-0/+2
|
* binary operators and more stuff lemon2022-08-164-7/+56
|
* nullish coalescing operator ?? lemon2022-08-162-11/+28
|
* change 'not' to '!' lemon2022-08-163-4/+2
| | | | it looks nicer
* stuff lemon2022-08-161-7/+9
|
* self hosted hello world parses lemon2022-08-151-0/+2
|
* #when lemon2022-08-153-1/+31
|
* self hosted progress lemon2022-08-155-20/+32
|
* align fix lemon2022-08-152-11/+10
|
* ^ lemon2022-08-141-4/+4
|
* woa lemon2022-08-145-21/+24
|
* fix arena lemon2022-08-142-1/+7
|