aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.c
Commit message (Expand)AuthorAgeFilesLines
* better diagnostics lemon2023-06-041-3/+8
* enum fixes lemon2023-06-041-0/+1
* better enums lemon2023-06-041-1/+5
* enums lemon2023-06-041-0/+8
* evaluate call args backwards lemon2023-06-041-1/+5
* bugfix lemon2023-06-041-0/+7
* support calling undeclared functions lemon2023-06-041-0/+2
* fix associativity of assignment expressions lemon2023-06-041-2/+3
* optimize away unused results when expression is only evaluated for side effects lemon2023-06-041-4/+2
* do while lemon2023-06-041-0/+7
* abi lowering pass lemon2023-06-041-0/+11
* basic ABI lowering of aggregates lemon2023-06-011-47/+21
* struct args and return lemon2023-06-011-0/+9
* regalloc skeleton lemon2023-05-311-0/+19
* '!' optimizations lemon2023-05-311-0/+12
* fix void conditional expr; condjump, condexprvalue optimizations lemon2023-05-311-0/+15
* phis? lemon2023-05-301-70/+4
* bugfix with if true branch ending in return lemon2023-05-301-1/+2
* field access lemon2023-05-291-1/+25
* improve struct token lemon2023-05-281-3/+5
* bugfix lemon2023-05-281-0/+2
* bool fixes lemon2023-05-281-0/+5
* cleanup lemon2023-05-281-1/+1
* recursive descent -> precedence climbing parser lemon2023-05-271-0/+7
* hm lemon2023-05-261-17/+23
* initial commit lemon2023-05-101-0/+39