aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/all.h
Commit message (Collapse)AuthorAgeFilesLines
* binary operators and more stuff lemon2022-08-161-0/+1
|
* change 'not' to '!' lemon2022-08-161-1/+0
| | | | it looks nicer
* #when lemon2022-08-151-0/+1
|
* self hosted progress lemon2022-08-151-0/+4
|
* align fix lemon2022-08-151-1/+5
|
* woa lemon2022-08-141-0/+1
|
* cond switch lemon2022-08-131-0/+8
|
* selfhosted lexer lemon2022-08-121-0/+1
|
* va list, cont fix lemon2022-08-121-1/+9
|
* do-while lemon2022-08-111-0/+1
|
* fixs lemon2022-08-111-0/+2
|
* ok lemon2022-08-081-0/+1
|
* start self hosted comler lemon2022-08-081-0/+11
|
* direct access of eunion fields lemon2022-08-081-1/+2
|
* break & continue lemon2022-08-081-0/+11
|
* switch capture by ref lemon2022-08-081-2/+4
|
* basic pattern matching lemon2022-08-081-0/+15
|
* add tagged unions lemon2022-08-071-0/+7
|
* fix template accessing future environment lemon2022-08-071-1/+5
|
* constant defs lemon2022-08-071-0/+2
|
* fix toks range lemon2022-08-071-2/+2
|
* basic templates (generics) lemon2022-08-071-2/+33
|
* many decl bugfixes lemon2022-08-071-6/+2
|
* slices lemon2022-08-061-1/+6
|
* inferred length array init lemon2022-08-061-1/+2
|
* fnv1a fix lemon2022-08-061-13/+4
|
* basic method calls & many bugfix lemon2022-08-061-5/+23
|
* revert 762c6c17 lemon2022-08-061-1/+1
|
* macro body arg lemon2022-08-061-1/+1
|
* sizeof lemon2022-08-061-0/+1
|
* modify let and static decls to allow multiple vars lemon2022-08-051-1/+1
| | | | | 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-5/+12
|
* fn type syntax, bugfixs lemon2022-08-051-1/+1
|
* better diagnostics lemon2022-08-051-0/+2
|
* more struct lemon2022-08-051-1/+6
|
* struct,unions, compound literals; mostly lemon2022-08-041-4/+36
|
* enum lemon2022-08-041-2/+24
|
* fold & more lemon2022-08-041-2/+15
|
* stuff lemon2022-08-041-26/+32
|
* initial lemon2022-08-031-0/+415