aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* rehash types setlemon2022-08-061-1/+24
|
* call functin pointers directlylemon2022-08-052-8/+17
|
* . operator on pointerslemon2022-08-053-6/+10
|
* modify let and static decls to allow multiple varslemon2022-08-055-90/+159
| | | | | this involved transforming statement and declaration parsing code to use a CPS-like style to yield many decls within one lexical decl
* be lazierlemon2022-08-052-14/+16
|
* oopslemon2022-08-051-2/+3
|
* headers, importlemon2022-08-057-63/+130
|
* fn type syntax, bugfixslemon2022-08-056-7/+77
|
* better diagnosticslemon2022-08-055-159/+224
|
* more structlemon2022-08-054-13/+52
|
* struct,unions, compound literals; mostlylemon2022-08-047-48/+376
|
* case ;lemon2022-08-042-5/+5
|
* enumlemon2022-08-047-43/+303
|
* oopslemon2022-08-041-2/+1
|
* more foldlemon2022-08-042-7/+33
|
* fold & morelemon2022-08-046-212/+381
|
* stufflemon2022-08-047-127/+351
|
* initiallemon2022-08-0313-0/+3675