aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/cgen.c
Commit message (Collapse)AuthorAgeFilesLines
* initial work on IR lemon2022-08-201-2/+5
|
* defer fix lemon2022-08-201-8/+8
|
* defer lemon2022-08-201-10/+30
|
* lots of goodnes lemon2022-08-181-7/+43
|
* more exprs, warnings lemon2022-08-171-0/+2
|
* binary operators and more stuff lemon2022-08-161-2/+5
|
* nullish coalescing operator ?? lemon2022-08-161-1/+1
|
* change 'not' to '!' lemon2022-08-161-1/+0
| | | | it looks nicer
* woa lemon2022-08-141-1/+7
|
* fix arena lemon2022-08-141-0/+4
|
* ok.. lemon2022-08-131-0/+1
|
* target lemon2022-08-131-2/+8
|
* set template lemon2022-08-131-1/+5
|
* fix cgen cond lemon2022-08-131-1/+1
|
* cond switch lemon2022-08-131-0/+19
|
* selfhosted lexer lemon2022-08-121-1/+7
|
* oops lemon2022-08-121-10/+8
|
* va list, cont fix lemon2022-08-121-9/+31
|
* things lemon2022-08-111-3/+8
|
* do-while lemon2022-08-111-0/+8
|
* mcall ty lemon2022-08-111-1/+0
|
* finally? lemon2022-08-111-3/+5
|
* more fix lemon2022-08-111-6/+4
|
* fixs lemon2022-08-111-14/+32
|
* many bugfix lemon2022-08-101-3/+5
|
* ok lemon2022-08-081-2/+5
|
* var_%d__ lemon2022-08-081-5/+5
|
* direct access of eunion fields lemon2022-08-081-2/+8
|
* break & continue lemon2022-08-081-5/+15
|
* tweak lemon2022-08-081-0/+2
|
* switch capture by ref lemon2022-08-081-11/+28
|
* oops lemon2022-08-081-1/+1
|
* basic pattern matching lemon2022-08-081-0/+27
|
* add tagged unions lemon2022-08-071-4/+50
|
* fix (for some reason this only segfaulted on -m32) lemon2022-08-071-6/+10
|
* constant defs lemon2022-08-071-2/+2
|
* basic templates (generics) lemon2022-08-071-3/+2
|
* many decl bugfixes lemon2022-08-071-2/+2
|
* Type:decl syntax and fix some diagnostics lemon2022-08-071-0/+2
|
* incoplete extern static lemon2022-08-071-0/+2
|
* slices lemon2022-08-061-4/+21
|
* inferred length array init lemon2022-08-061-4/+5
|
* decl span fix lemon2022-08-061-2/+2
|
* basic method calls & many bugfix lemon2022-08-061-27/+52
|
* . operator on pointers lemon2022-08-051-1/+1
|
* modify let and static decls to allow multiple vars lemon2022-08-051-4/+7
| | | | | this involved transforming statement and declaration parsing code to use a CPS-like style to yield many decls within one lexical decl
* headers, import lemon2022-08-051-3/+3
|
* fn type syntax, bugfixs lemon2022-08-051-3/+11
|
* more struct lemon2022-08-051-0/+6
|
* struct,unions, compound literals; mostly lemon2022-08-041-5/+73
|