aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* more fix lemon2022-08-111-2/+4
|
* fixs lemon2022-08-111-10/+13
|
* many bugfix lemon2022-08-101-6/+5
|
* oops lemon2022-08-091-1/+1
|
* != lemon2022-08-091-2/+2
|
* change comment syntax lemon2022-08-091-6/+7
|
* ok lemon2022-08-081-0/+8
|
* start self hosted comler lemon2022-08-081-4/+17
|
* dbg lemon2022-08-081-1/+0
|
* anon union/struct lemon2022-08-081-1/+14
|
* correct handling of import path lemon2022-08-081-4/+21
|
* oops lemon2022-08-081-0/+1
|
* expand macros at toplevel lemon2022-08-081-0/+7
|
* change label syntax lemon2022-08-081-2/+2
|
* lexing fix lemon2022-08-081-1/+4
|
* direct access of eunion fields lemon2022-08-081-4/+18
|
* some free lemon2022-08-081-2/+6
|
* break & continue lemon2022-08-081-6/+65
|
* tweak lemon2022-08-081-2/+6
|
* switch capture by ref lemon2022-08-081-1/+20
|
* basic pattern matching lemon2022-08-081-6/+60
|
* add tagged unions lemon2022-08-071-21/+87
|
* infer in assignment exprs lemon2022-08-071-1/+4
|
* allow def inside aggregate lemon2022-08-071-1/+1
|
* fix template accessing future environment lemon2022-08-071-5/+14
|
* constant defs lemon2022-08-071-1/+31
|
* 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
|