aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/dump.c
Commit message (Collapse)AuthorAgeFilesLines
* modify let and static decls to allow multiple vars lemon2022-08-051-0/+2
| | | | | 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
|
* better diagnostics lemon2022-08-051-75/+102
|
* struct,unions, compound literals; mostly lemon2022-08-041-1/+1
|
* enum lemon2022-08-041-0/+1
|
* stuff lemon2022-08-041-2/+3
|
* initial lemon2022-08-031-0/+384