about summary refs log tree commit diff
path: root/boot/parse.c
AgeCommit message (Expand)Author
2025-06-03Parse and lex ++, --, ** operators, with prefix and postfix handlingMel
2025-06-03Parse all 4 types of for-loopsMel
2025-06-01Function literal expressionsMel
2025-06-01Parse if/else if/else statementsMel
2025-05-31Parse blocks of statements as nodeMel
2025-05-31Skip all statement ending tokens in one `parse_statement` iterationMel
2025-05-31Keyword-less variable declaration parsingMel
2025-05-23Lex boolean literalsMel
2025-05-21Basic expression parser with operator precedence and associativityMel