aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* nullish coalescing operator ?? lemon2022-08-161-10/+27
|
* change 'not' to '!' lemon2022-08-161-2/+2
| | | | it looks nicer
* stuff lemon2022-08-161-7/+9
|
* self hosted hello world parses lemon2022-08-151-0/+2
|
* #when lemon2022-08-151-0/+27
|
* self hosted progress lemon2022-08-151-11/+14
|
* woa lemon2022-08-141-5/+12
|
* fix arena lemon2022-08-141-1/+3
|
* better comment syntax lemon2022-08-141-14/+13
|
* multiline comment and stuff lemon2022-08-141-0/+12
|
* ok.. lemon2022-08-131-2/+2
|
* target lemon2022-08-131-1/+3
|
* retty lemon2022-08-131-1/+1
|
* set template lemon2022-08-131-2/+9
|
* cond switch lemon2022-08-131-1/+32
|
* fix #FILE #LINE lemon2022-08-121-6/+17
|
* selfhosted lexer lemon2022-08-121-4/+5
|
* va list, cont fix lemon2022-08-121-0/+25
|
* things lemon2022-08-111-17/+41
|
* do-while lemon2022-08-111-0/+26
|
* mcall ty lemon2022-08-111-0/+1
|
* 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
|