| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-04 | Argument parser for catboot tool, different command execution | 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 | Implement Visitor system for syntax tree, with re-written tree printer as ↵ | Mel | |
| first usage Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-06-14 | Prevent mmap of empty file | 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-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-11 | Add common library for basic types, functions and macros | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-02-28 | Map and read source file | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
| 2025-02-16 | Add bootstrap entrypoint | Mel | |
| Signed-off-by: Mel <mel@rnrd.eu> | |||
