| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-05 | Correctly recurse over self-containing non-homogenous postfix-type expressions | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-07-05 | Try (?) & must (!) expressions | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-07-04 | Print completed single test result | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-07-04 | Tree printer handle whitespace more consistently | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-07-04 | Do not remove failed test artifact file for inspection | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-07-04 | Argument parser for catboot tool, different command execution | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-07-04 | Test suite runner prototype for `catboot` | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-07-01 | Parse pragmas as free-standing statements, without attachment | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-07-01 | Remove older non-visit tree printing code | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-30 | Factor out translation unit includes to seperate header | Mel | |
| This allows both the usual build compiler and an LSP server like `clangd` to correctly locate symbols throughout every subunit. Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-30 | License project files under MPL-2.0 | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-30 | Re-format FOR_EACH macros as control structures | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-30 | Implement Visitor system for syntax tree, with re-written tree printer as ↵ | Mel | |
| first usage Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-24 | Parse Maybe (?) type | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-24 | Print member expression correctly | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-24 | Parse named arguments, thus enabling type constructions | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-15 | Fix disambiguation check between no-return function body & function ↵ | Mel | |
| returning inline struct Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-15 | Fully parse variant & class types | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-15 | `void` for parameter-less functions (I keep forgetting I'm not writing C++ ↵ | Mel | |
| anymore.. ^^') Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-15 | Remove confusion between function body and function with inline struct as ↵ | Mel | |
| return type Signed-off-by: Mel <mel@rnrd.eu> | |||
| 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 | Prevent mmap of empty file | Mel | |
| 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 | Fix `failure()` colors + stream flush, define ANSI escape codes | Mel | |
| 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 | Range binary operation | 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-24 | Failure when default case reached in non-optional switch functions | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-05-24 | Correctly interpret all assignment operator expression variations | 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> | |||
| 2025-05-18 | Define basic syntax tree (mostly expressions), with simple debug printing | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-03-15 | Keyword recognition in lexer through CRC32 | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-03-15 | Add POSIX CRC32 algorithm implementation to common library | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-03-15 | Access string data directly in iteration macro to avoid bounds-checking | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-03-15 | Makefile move sources into list + disable optimization | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-03-14 | Bootstrapping lexer | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-03-14 | Add compound literal casts to common functions (this isn't C++) | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-03-14 | Set standard version to C99 | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-03-11 | Add common library for basic types, functions and macros | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
