about summary refs log tree commit diff
path: root/boot/tree.c
AgeCommit message (Expand)Author
2025-05-24Failure when default case reached in non-optional switch functionsMel
2025-05-24Correctly interpret all assignment operator expression variationsMel
2025-05-21Basic expression parser with operator precedence and associativityMel
2025-05-18Define basic syntax tree (mostly expressions), with simple debug printingMel