aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* encode calls a different way in the IRlemon2023-06-051-20/+13
|
* stylelemon2023-06-051-8/+13
|
* strlitslemon2023-06-051-2/+4
|
* command line switch for debug optionslemon2023-06-051-2/+5
|
* better diagnosticslemon2023-06-041-9/+32
|
* enum fixeslemon2023-06-041-8/+8
|
* better enumslemon2023-06-041-13/+50
|
* ; after do whilelemon2023-06-041-0/+1
|
* correctly handle function call returning narrow intlemon2023-06-041-7/+8
|
* enumslemon2023-06-041-5/+49
|
* evaluate call args backwardslemon2023-06-041-12/+14
|
* bugfixlemon2023-06-041-1/+6
|
* 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