aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* on big aggregates big, use a hash map to lookup fieldslemon2022-09-016-22/+105
* check for duplicate fields faster using bloom filterlemon2022-09-011-6/+54
* replace instances of streq with ==lemon2022-09-012-11/+11
* disallow duplicate fieldslemon2022-09-011-0/+11
* fix memory leaklemon2022-09-011-0/+1
* fix filepaths set edge caselemon2022-09-011-1/+1
* relax block comment lexing requirementslemon2022-09-012-2/+25
* fix typolemon2022-09-011-3/+3
* tweak cli optionslemon2022-09-011-7/+10
* static bitfield initializerslemon2022-09-011-0/+21
* disallow mutating elements of const arraylemon2022-09-012-3/+7
* remove nesemu1lemon2022-08-311-1/+1
* fix some warningslemon2022-08-312-3/+3
* def x = expr -> defmacro x = expr, def const -> deflemon2022-08-315-10/+19
* self hosting !!! with some workarounds though .lemon2022-08-313-9/+13
* remove unused filelemon2022-08-311-15/+0
* remove some testing thinglemon2022-08-312-7/+1
* get close to self hosting (ack works)lemon2022-08-313-39/+64
* fix some type size errorslemon2022-08-304-10/+7
* interntype by reflemon2022-08-303-18/+18
* ptr diff fixlemon2022-08-301-5/+8
* union staticslemon2022-08-302-65/+135
* bitfield initializerslemon2022-08-303-2/+65
* Makefile and suchlemon2022-08-304-11/+84
* fix vararglemon2022-08-301-3/+10
* i1lemon2022-08-291-1/+1
* fix some bugslemon2022-08-291-9/+19
* remove ir*.cff; make vararg only with primitive typeslemon2022-08-2910-1057/+236
* many things ,varagslemon2022-08-295-148/+291
* staticifylemon2022-08-291-18/+51
* add type, multiline stringslemon2022-08-293-4/+30
* llvm fix some buglemon2022-08-281-2/+2
* fix some fold and add def constlemon2022-08-285-3/+80
* miscellaneouslemon2022-08-273-7/+27
* gen strlit valuelemon2022-08-271-0/+2
* fix value when assign op store overflows, also typecheck assignopslemon2022-08-272-7/+13
* deref fixlemon2022-08-271-1/+1
* llvm print linelemon2022-08-271-0/+1
* improve bitfieldslemon2022-08-272-119/+117
* bitfieldslemon2022-08-265-52/+242
* array staticslemon2022-08-261-0/+28
* some fixes + .[] syntax sugarlemon2022-08-263-2/+16
* oopslemon2022-08-261-1/+1
* vararg promote array->ptrlemon2022-08-264-5/+8
* gensym fix, offset fix, str staticslemon2022-08-262-3/+11
* vararg promotionlemon2022-08-251-2/+10
* don't inherit defers into nested functionslemon2022-08-251-0/+3
* hmmlemon2022-08-251-3/+9
* now test.cff kindalemon2022-08-253-12/+64
* fix voidness eq issuelemon2022-08-252-17/+6