aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* uniinitialized variables lemon2022-08-071-11/+50
|
* expand template at expression position lemon2022-08-071-2/+7
|
* basic templates (generics) lemon2022-08-071-36/+172
|
* recursive datatypes without forward declaring first lemon2022-08-071-44/+46
|
* many decl bugfixes lemon2022-08-071-35/+52
|
* Type:decl syntax and fix some diagnostics lemon2022-08-071-9/+33
|
* constify access of const aggregate lemon2022-08-071-1/+1
|
* union init lemon2022-08-071-5/+6
|
* incoplete extern static lemon2022-08-071-6/+6
|
* slices lemon2022-08-061-27/+83
|
* .#len operator lemon2022-08-061-16/+31
|
* inferred length array init lemon2022-08-061-0/+16
|
* decl span fix lemon2022-08-061-1/+2
|
* basic method calls & many bugfix lemon2022-08-061-31/+147
|
* print source on error lemon2022-08-061-2/+2
|
* revert 762c6c17 lemon2022-08-061-41/+3
|
* macro body arg lemon2022-08-061-3/+41
|
* sizeof lemon2022-08-061-0/+11
|
* call functin pointers directly lemon2022-08-051-8/+13
|
* . operator on pointers lemon2022-08-051-4/+7
|
* modify let and static decls to allow multiple vars lemon2022-08-051-82/+145
| | | | | this involved transforming statement and declaration parsing code to use a CPS-like style to yield many decls within one lexical decl
* be lazier lemon2022-08-051-13/+14
|
* oops lemon2022-08-051-2/+3
|
* headers, import lemon2022-08-051-47/+105
|
* fn type syntax, bugfixs lemon2022-08-051-2/+49
|
* better diagnostics lemon2022-08-051-77/+113
|
* more struct lemon2022-08-051-11/+34
|
* struct,unions, compound literals; mostly lemon2022-08-041-13/+204
|
* case ; lemon2022-08-041-1/+1
|
* enum lemon2022-08-041-25/+185
|
* fold & more lemon2022-08-041-134/+18
|
* stuff lemon2022-08-041-57/+150
|
* initial lemon2022-08-031-0/+1733