aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* correctly handle function call returning narrow int lemon2023-06-041-7/+8
|
* enums lemon2023-06-041-5/+49
|
* evaluate call args backwards lemon2023-06-041-12/+14
|
* bugfix lemon2023-06-041-1/+6
|
* support calling undeclared functions lemon2023-06-041-2/+17
|
* fix associativity of assignment expressions lemon2023-06-041-1/+2
|
* optimize away unused results when expression is only evaluated for side effects lemon2023-06-041-20/+46
|
* do while lemon2023-06-041-0/+20
|
* abi lowering pass lemon2023-06-041-79/+59
|
* basic ABI lowering of aggregates lemon2023-06-011-29/+16
|
* struct args and return lemon2023-06-011-15/+78
|
* regalloc skeleton lemon2023-05-311-28/+45
|
* fix cmp exprs lemon2023-05-311-2/+3
|
* style lemon2023-05-311-3/+3
|
* '!' optimizations lemon2023-05-311-2/+20
|
* fix void conditional expr; condjump, condexprvalue optimizations lemon2023-05-311-45/+121
|
* phis? lemon2023-05-301-26/+68
|
* bugfix with if true branch ending in return lemon2023-05-301-12/+12
|
* field access lemon2023-05-291-34/+88
|
* cleanup lemon2023-05-281-22/+32
|
* improve struct token lemon2023-05-281-10/+12
|
* bugfix lemon2023-05-281-7/+23
|
* more memory efficient symbol tables lemon2023-05-281-41/+88
|
* bool fixes lemon2023-05-281-3/+6
|
* cleanup lemon2023-05-281-146/+184
|
* recursive descent -> precedence climbing parser lemon2023-05-271-605/+444
|
* hm lemon2023-05-261-58/+199
|
* initial commit lemon2023-05-101-0/+2104