aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* def x = expr -> defmacro x = expr, def const -> deflemon2022-08-318-16/+40
* installlemon2022-08-311-0/+5
* self hosting !!! with some workarounds though .lemon2022-08-314-9/+13
* remove unused filelemon2022-08-311-15/+0
* remove some testing thinglemon2022-08-314-7/+2
* update bootstrap.shlemon2022-08-314-3/+18
* get close to self hosting (ack works)lemon2022-08-315-40/+67
* fix some type size errorslemon2022-08-304-10/+7
* interntype by reflemon2022-08-303-18/+18
* ptr diff fixlemon2022-08-302-6/+9
* union staticslemon2022-08-303-65/+144
* bitfield initializerslemon2022-08-304-2/+75
* Makefile and suchlemon2022-08-308-11/+150
* fix vararglemon2022-08-302-3/+11
* i1lemon2022-08-291-1/+1
* fix some bugslemon2022-08-291-9/+19
* remove ir*.cff; make vararg only with primitive typeslemon2022-08-2911-1057/+239
* many things ,varagslemon2022-08-297-155/+1256
* staticifylemon2022-08-291-18/+51
* add type, multiline stringslemon2022-08-295-5/+34
* llvm fix some buglemon2022-08-281-2/+2
* attemptlemon2022-08-281-8/+8
* broken NES emulator (PPU and APU broken)lemon2022-08-283-0/+977
* fix some fold and add def constlemon2022-08-285-3/+80
* miscellaneouslemon2022-08-274-7/+28
* gen strlit valuelemon2022-08-271-0/+2
* fix value when assign op store overflows, also typecheck assignopslemon2022-08-273-8/+14
* deref fixlemon2022-08-271-1/+1
* llvm print linelemon2022-08-272-1/+2
* improve bitfieldslemon2022-08-273-120/+120
* bitfieldslemon2022-08-268-362/+260
* array staticslemon2022-08-261-0/+28
* some fixes + .[] syntax sugarlemon2022-08-264-5/+19
* oopslemon2022-08-261-1/+1
* vararg promote array->ptrlemon2022-08-264-5/+8
* gensym fix, offset fix, str staticslemon2022-08-263-3/+31
* vararg promotionlemon2022-08-251-2/+10
* don't inherit defers into nested functionslemon2022-08-252-0/+4
* mhmlemon2022-08-251-5/+2
* hmmlemon2022-08-252-4/+11
* now test.cff kindalemon2022-08-254-12/+373
* fix voidness eq issuelemon2022-08-252-17/+6
* slen, sptr, complete method type stufflemon2022-08-252-3/+46
* aligns fixlemon2022-08-252-5/+5
* add cond switchlemon2022-08-253-2/+39
* add vgcore.* to .gitignorelemon2022-08-251-0/+1
* eu switchlemon2022-08-255-14/+112
* switch checklemon2022-08-253-0/+29
* check castslemon2022-08-251-3/+19
* iswitchlemon2022-08-254-0/+72