| Age | Commit message (Expand) | Author |
|---|---|---|
| 2025-06-03 | Parse and lex ++, --, ** operators, with prefix and postfix handling | Mel |
| 2025-06-03 | Parse all 4 types of for-loops | Mel |
| 2025-06-01 | Function literal expressions | Mel |
| 2025-06-01 | Parse if/else if/else statements | Mel |
| 2025-05-31 | Parse blocks of statements as node | Mel |
| 2025-05-31 | Skip all statement ending tokens in one `parse_statement` iteration | Mel |
| 2025-05-31 | Keyword-less variable declaration parsing | Mel |
| 2025-05-23 | Lex boolean literals | Mel |
| 2025-05-21 | Basic expression parser with operator precedence and associativity | Mel |
