aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* def x = expr -> defmacro x = expr, def const -> def lemon2022-08-318-16/+40
|
* install lemon2022-08-311-0/+5
|
* self hosting !!! with some workarounds though . lemon2022-08-314-9/+13
|
* remove unused file lemon2022-08-311-15/+0
|
* remove some testing thing lemon2022-08-314-7/+2
|
* update bootstrap.sh lemon2022-08-314-3/+18
|
* get close to self hosting (ack works) lemon2022-08-315-40/+67
|
* fix some type size errors lemon2022-08-304-10/+7
|
* interntype by ref lemon2022-08-303-18/+18
|
* ptr diff fix lemon2022-08-302-6/+9
|
* union statics lemon2022-08-303-65/+144
|
* bitfield initializers lemon2022-08-304-2/+75
|
* Makefile and such lemon2022-08-308-11/+150
|
* fix vararg lemon2022-08-302-3/+11
|
* i1 lemon2022-08-291-1/+1
|
* fix some bugs lemon2022-08-291-9/+19
|
* remove ir*.cff; make vararg only with primitive types lemon2022-08-2911-1057/+239
|
* many things ,varags lemon2022-08-297-155/+1256
|
* staticify lemon2022-08-291-18/+51
|
* add type, multiline strings lemon2022-08-295-5/+34
|
* llvm fix some bug lemon2022-08-281-2/+2
|
* attempt lemon2022-08-281-8/+8
|
* broken NES emulator (PPU and APU broken) lemon2022-08-283-0/+977
|
* fix some fold and add def const lemon2022-08-285-3/+80
|
* miscellaneous lemon2022-08-274-7/+28
|
* gen strlit value lemon2022-08-271-0/+2
|
* fix value when assign op store overflows, also typecheck assignops lemon2022-08-273-8/+14
|
* deref fix lemon2022-08-271-1/+1
|
* llvm print line lemon2022-08-272-1/+2
|
* improve bitfields lemon2022-08-273-120/+120
|
* bitfields lemon2022-08-268-362/+260
|
* array statics lemon2022-08-261-0/+28
|
* some fixes + .[] syntax sugar lemon2022-08-264-5/+19
|
* oops lemon2022-08-261-1/+1
|
* vararg promote array->ptr lemon2022-08-264-5/+8
|
* gensym fix, offset fix, str statics lemon2022-08-263-3/+31
|
* vararg promotion lemon2022-08-251-2/+10
|
* don't inherit defers into nested functions lemon2022-08-252-0/+4
|
* mhm lemon2022-08-251-5/+2
|
* hmm lemon2022-08-252-4/+11
|
* now test.cff kinda lemon2022-08-254-12/+373
|
* fix voidness eq issue lemon2022-08-252-17/+6
|
* slen, sptr, complete method type stuff lemon2022-08-252-3/+46
|
* aligns fix lemon2022-08-252-5/+5
|
* add cond switch lemon2022-08-253-2/+39
|
* add vgcore.* to .gitignore lemon2022-08-251-0/+1
|
* eu switch lemon2022-08-255-14/+112
|
* switch check lemon2022-08-253-0/+29
|
* check casts lemon2022-08-251-3/+19
|
* iswitch lemon2022-08-254-0/+72
|