aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* optimize away unused results when expression is only evaluated for side effectslemon2023-06-042-24/+48
* do whilelemon2023-06-042-0/+27
* gooflemon2023-06-041-1/+5
* abi lowering passlemon2023-06-0414-312/+667
* basic ABI lowering of aggregateslemon2023-06-0112-159/+447
* struct args and returnlemon2023-06-019-54/+150
* regalloc skeletonlemon2023-05-3113-60/+298
* fix cmp exprslemon2023-05-311-2/+3
* stylelemon2023-05-311-3/+3
* '!' optimizationslemon2023-05-313-6/+39
* fix void conditional expr; condjump, condexprvalue optimizationslemon2023-05-314-45/+158
* phis?lemon2023-05-306-139/+162
* bugfix with if true branch ending in returnlemon2023-05-302-13/+14
* field accesslemon2023-05-295-58/+179
* cleanuplemon2023-05-282-32/+32
* improve struct tokenlemon2023-05-286-140/+200
* bugfixlemon2023-05-282-7/+25
* more memory efficient symbol tableslemon2023-05-282-54/+88
* check color outputlemon2023-05-281-0/+12
* bool fixeslemon2023-05-286-7/+16
* cleanuplemon2023-05-285-149/+188
* recursive descent -> precedence climbing parserlemon2023-05-275-613/+459
* hmlemon2023-05-2613-196/+876
* initial commitlemon2023-05-1018-0/+5539