| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-15 | Shift `type` keyword in type declarations to right-hand assign side, for ↵ | Mel | |
| symmetry with function declaration Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-14 | Bare-declaration parsing and `for` and `while` for loops | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-14 | Don't choke on \n followed by EOF | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-14 | Disambiguate variable declaration and call/array access syntax with `var` + ↵ | Mel | |
| `let` Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-12 | Parse most primitive types into tree | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-03 | Return, break, continue & defer statement parsing | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-03 | Fix wrong token used in `parse_expression_primary_group` | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-03 | Parse and lex ++, --, ** operators, with prefix and postfix handling | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-03 | Parse all 4 types of for-loops | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-01 | Function literal expressions | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-01 | Parse if/else if/else statements | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-05-31 | Parse blocks of statements as node | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-05-31 | Skip all statement ending tokens in one `parse_statement` iteration | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-05-31 | Keyword-less variable declaration parsing | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-05-23 | Lex boolean literals | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-05-21 | Basic expression parser with operator precedence and associativity | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
