aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tweak makefile lemon2022-09-012-2/+2
|
* on big aggregates big, use a hash map to lookup fields lemon2022-09-016-22/+105
|
* check for duplicate fields faster using bloom filter lemon2022-09-011-6/+54
|
* replace instances of streq with == lemon2022-09-012-11/+11
| | | | | where strings are interned, this is ok. this was the intention of interning strings from the beginning.
* disallow duplicate fields lemon2022-09-012-0/+13
|
* fix memory leak lemon2022-09-011-0/+1
|
* fix filepaths set edge case lemon2022-09-011-1/+1
|
* add readme lemon2022-09-011-0/+25
|
* relax block comment lexing requirements lemon2022-09-013-2/+36
|
* fix typo lemon2022-09-011-3/+3
|
* tweak cli options lemon2022-09-011-7/+10
|
* static bitfield initializers lemon2022-09-012-0/+25
|
* disallow mutating elements of const array lemon2022-09-012-3/+7
|
* makefile install lemon2022-08-311-1/+1
|
* remove nesemu1 lemon2022-08-315-1925/+1
|
* fix some warnings lemon2022-08-313-3/+3
|
* 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
|