aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* support calling undeclared functionslemon2023-06-041-2/+17
|
* fix associativity of assignment expressionslemon2023-06-041-1/+2
|
* optimize away unused results when expression is only evaluated for side effectslemon2023-06-041-20/+46
|
* do whilelemon2023-06-041-0/+20
|
* abi lowering passlemon2023-06-041-79/+59
|
* basic ABI lowering of aggregateslemon2023-06-011-29/+16
|
* struct args and returnlemon2023-06-011-15/+78
|
* regalloc skeletonlemon2023-05-311-28/+45
|
* fix cmp exprslemon2023-05-311-2/+3
|
* stylelemon2023-05-311-3/+3
|
* '!' optimizationslemon2023-05-311-2/+20
|
* fix void conditional expr; condjump, condexprvalue optimizationslemon2023-05-311-45/+121
|
* phis?lemon2023-05-301-26/+68
|
* bugfix with if true branch ending in returnlemon2023-05-301-12/+12
|
* field accesslemon2023-05-291-34/+88
|
* cleanuplemon2023-05-281-22/+32
|
* improve struct tokenlemon2023-05-281-10/+12
|
* bugfixlemon2023-05-281-7/+23
|
* more memory efficient symbol tableslemon2023-05-281-41/+88
|
* bool fixeslemon2023-05-281-3/+6
|
* cleanuplemon2023-05-281-146/+184
|
* recursive descent -> precedence climbing parserlemon2023-05-271-605/+444
|
* hmlemon2023-05-261-58/+199
|
* initial commitlemon2023-05-101-0/+2104