aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* def x = expr -> defmacro x = expr, def const -> deflemon2022-08-311-6/+16
|
* remove ir*.cff; make vararg only with primitive typeslemon2022-08-291-0/+3
|
* don't inherit defers into nested functionslemon2022-08-251-0/+1
|
* irlemon2022-08-221-1/+1
|
* initial work on IRlemon2022-08-201-1/+4
|
* defer fixlemon2022-08-201-0/+3
|
* deferlemon2022-08-201-8/+25
|
* alignof, offsetoflemon2022-08-191-5/+41
|
* oopslemon2022-08-181-1/+1
|
* fix bodyarglemon2022-08-181-2/+6
|
* macro bodyarglemon2022-08-181-3/+41
|
* letlemon2022-08-171-2/+2
|
* binary operators and more stufflemon2022-08-161-3/+39
|
* nullish coalescing operator ??lemon2022-08-161-10/+27
|
* change 'not' to '!'lemon2022-08-161-2/+2
| | | | it looks nicer
* stufflemon2022-08-161-7/+9
|
* self hosted hello world parseslemon2022-08-151-0/+2
|
* #whenlemon2022-08-151-0/+27
|
* self hosted progresslemon2022-08-151-11/+14
|
* woalemon2022-08-141-5/+12
|
* fix arenalemon2022-08-141-1/+3
|
* better comment syntaxlemon2022-08-141-14/+13
|
* multiline comment and stufflemon2022-08-141-0/+12
|
* ok..lemon2022-08-131-2/+2
|
* targetlemon2022-08-131-1/+3
|
* rettylemon2022-08-131-1/+1
|
* set templatelemon2022-08-131-2/+9
|
* cond switchlemon2022-08-131-1/+32
|
* fix #FILE #LINElemon2022-08-121-6/+17
|
* selfhosted lexerlemon2022-08-121-4/+5
|
* va list, cont fixlemon2022-08-121-0/+25
|
* thingslemon2022-08-111-17/+41
|
* do-whilelemon2022-08-111-0/+26
|
* mcall tylemon2022-08-111-0/+1
|
* more fixlemon2022-08-111-2/+4
|
* fixslemon2022-08-111-10/+13
|
* many bugfixlemon2022-08-101-6/+5
|
* oopslemon2022-08-091-1/+1
|
* !=lemon2022-08-091-2/+2
|
* change comment syntaxlemon2022-08-091-6/+7
|
* oklemon2022-08-081-0/+8
|
* start self hosted comlerlemon2022-08-081-4/+17
|
* dbglemon2022-08-081-1/+0
|
* anon union/structlemon2022-08-081-1/+14
|
* correct handling of import pathlemon2022-08-081-4/+21
|
* oopslemon2022-08-081-0/+1
|
* expand macros at toplevellemon2022-08-081-0/+7
|
* change label syntaxlemon2022-08-081-2/+2
|
* lexing fixlemon2022-08-081-1/+4
|
* direct access of eunion fieldslemon2022-08-081-4/+18
|