aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* ok lemon2022-08-088-4/+18
* start self hosted comler lemon2022-08-087-5/+54
* dbg lemon2022-08-081-1/+0
* anon union/struct lemon2022-08-081-1/+14
* correct handling of import path lemon2022-08-081-4/+21
* oops lemon2022-08-082-1/+2
* expand macros at toplevel lemon2022-08-082-1/+10
* var_%d__ lemon2022-08-081-5/+5
* change label syntax lemon2022-08-082-5/+5
* lexing fix lemon2022-08-082-1/+6
* direct access of eunion fields lemon2022-08-085-10/+32
* some free lemon2022-08-081-2/+6
* break & continue lemon2022-08-085-15/+104
* tweak lemon2022-08-083-2/+16
* switch capture by ref lemon2022-08-084-14/+54
* oops lemon2022-08-081-1/+1
* basic pattern matching lemon2022-08-085-7/+110
* add tagged unions lemon2022-08-074-25/+153
* fix (for some reason this only segfaulted on -m32) lemon2022-08-071-6/+10
* infer in assignment exprs lemon2022-08-071-1/+4
* sh lemon2022-08-071-0/+2
* ackermann example lemon2022-08-071-0/+15
* allow def inside aggregate lemon2022-08-072-5/+6
* fix template accessing future environment lemon2022-08-074-13/+36
* constant defs lemon2022-08-075-3/+41
* uniinitialized variables lemon2022-08-072-11/+52
* fix toks range lemon2022-08-071-2/+2
* expand template at expression position lemon2022-08-072-2/+14
* basic templates (generics) lemon2022-08-076-52/+253
* recursive datatypes without forward declaring first lemon2022-08-073-46/+53
* many decl bugfixes lemon2022-08-077-68/+93
* Type:decl syntax and fix some diagnostics lemon2022-08-073-10/+37
* constify access of const aggregate lemon2022-08-072-1/+4
* union init lemon2022-08-072-9/+19
* incoplete extern static lemon2022-08-073-6/+11
* slices lemon2022-08-064-32/+121
* .#len operator lemon2022-08-062-19/+33
* inferred length array init lemon2022-08-064-8/+27
* decl span fix lemon2022-08-062-3/+4
* fnv1a fix lemon2022-08-062-17/+19
* basic method calls & many bugfix lemon2022-08-0610-112/+336
* print source on error lemon2022-08-062-3/+50
* revert 762c6c17 lemon2022-08-063-61/+10
* macro body arg lemon2022-08-063-10/+61
* sizeof lemon2022-08-063-0/+16
* rehash types set lemon2022-08-061-1/+24
* call functin pointers directly lemon2022-08-052-8/+17
* . operator on pointers lemon2022-08-053-6/+10
* modify let and static decls to allow multiple vars lemon2022-08-055-90/+159
* be lazier lemon2022-08-052-14/+16