aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tweak makefilelemon2022-09-012-2/+2
* 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-012-0/+13
* fix memory leaklemon2022-09-011-0/+1
* fix filepaths set edge caselemon2022-09-011-1/+1
* add readmelemon2022-09-011-0/+25
* relax block comment lexing requirementslemon2022-09-013-2/+36
* fix typolemon2022-09-011-3/+3
* tweak cli optionslemon2022-09-011-7/+10
* static bitfield initializerslemon2022-09-012-0/+25
* disallow mutating elements of const arraylemon2022-09-012-3/+7
* makefile installlemon2022-08-311-1/+1
* remove nesemu1lemon2022-08-315-1925/+1
* fix some warningslemon2022-08-313-3/+3
* 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