| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tweak makefile | 2022-09-01 | 2 | -2/+2 | |
| * | on big aggregates big, use a hash map to lookup fields | 2022-09-01 | 6 | -22/+105 | |
| * | check for duplicate fields faster using bloom filter | 2022-09-01 | 1 | -6/+54 | |
| * | replace instances of streq with == | 2022-09-01 | 2 | -11/+11 | |
| * | disallow duplicate fields | 2022-09-01 | 2 | -0/+13 | |
| * | fix memory leak | 2022-09-01 | 1 | -0/+1 | |
| * | fix filepaths set edge case | 2022-09-01 | 1 | -1/+1 | |
| * | add readme | 2022-09-01 | 1 | -0/+25 | |
| * | relax block comment lexing requirements | 2022-09-01 | 3 | -2/+36 | |
| * | fix typo | 2022-09-01 | 1 | -3/+3 | |
| * | tweak cli options | 2022-09-01 | 1 | -7/+10 | |
| * | static bitfield initializers | 2022-09-01 | 2 | -0/+25 | |
| * | disallow mutating elements of const array | 2022-09-01 | 2 | -3/+7 | |
| * | makefile install | 2022-08-31 | 1 | -1/+1 | |
| * | remove nesemu1 | 2022-08-31 | 5 | -1925/+1 | |
| * | fix some warnings | 2022-08-31 | 3 | -3/+3 | |
| * | def x = expr -> defmacro x = expr, def const -> def | 2022-08-31 | 8 | -16/+40 | |
| * | install | 2022-08-31 | 1 | -0/+5 | |
| * | self hosting !!! with some workarounds though . | 2022-08-31 | 4 | -9/+13 | |
| * | remove unused file | 2022-08-31 | 1 | -15/+0 | |
| * | remove some testing thing | 2022-08-31 | 4 | -7/+2 | |
| * | update bootstrap.sh | 2022-08-31 | 4 | -3/+18 | |
| * | get close to self hosting (ack works) | 2022-08-31 | 5 | -40/+67 | |
| * | fix some type size errors | 2022-08-30 | 4 | -10/+7 | |
| * | interntype by ref | 2022-08-30 | 3 | -18/+18 | |
| * | ptr diff fix | 2022-08-30 | 2 | -6/+9 | |
| * | union statics | 2022-08-30 | 3 | -65/+144 | |
| * | bitfield initializers | 2022-08-30 | 4 | -2/+75 | |
| * | Makefile and such | 2022-08-30 | 8 | -11/+150 | |
| * | fix vararg | 2022-08-30 | 2 | -3/+11 | |
| * | i1 | 2022-08-29 | 1 | -1/+1 | |
| * | fix some bugs | 2022-08-29 | 1 | -9/+19 | |
| * | remove ir*.cff; make vararg only with primitive types | 2022-08-29 | 11 | -1057/+239 | |
| * | many things ,varags | 2022-08-29 | 7 | -155/+1256 | |
| * | staticify | 2022-08-29 | 1 | -18/+51 | |
| * | add type, multiline strings | 2022-08-29 | 5 | -5/+34 | |
| * | llvm fix some bug | 2022-08-28 | 1 | -2/+2 | |
| * | attempt | 2022-08-28 | 1 | -8/+8 | |
| * | broken NES emulator (PPU and APU broken) | 2022-08-28 | 3 | -0/+977 | |
| * | fix some fold and add def const | 2022-08-28 | 5 | -3/+80 | |
| * | miscellaneous | 2022-08-27 | 4 | -7/+28 | |
| * | gen strlit value | 2022-08-27 | 1 | -0/+2 | |
| * | fix value when assign op store overflows, also typecheck assignops | 2022-08-27 | 3 | -8/+14 | |
| * | deref fix | 2022-08-27 | 1 | -1/+1 | |
| * | llvm print line | 2022-08-27 | 2 | -1/+2 | |
| * | improve bitfields | 2022-08-27 | 3 | -120/+120 | |
| * | bitfields | 2022-08-26 | 8 | -362/+260 | |
| * | array statics | 2022-08-26 | 1 | -0/+28 | |
| * | some fixes + .[] syntax sugar | 2022-08-26 | 4 | -5/+19 | |
| * | oops | 2022-08-26 | 1 | -1/+1 |