| Age | Commit message (Expand) | Author |
|---|---|---|
| 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-24 | Failure when default case reached in non-optional switch functions | Mel |
| 2025-05-24 | Correctly interpret all assignment operator expression variations | Mel |
| 2025-05-23 | Lex boolean literals | Mel |
| 2025-05-21 | Basic expression parser with operator precedence and associativity | Mel |
| 2025-05-18 | Define basic syntax tree (mostly expressions), with simple debug printing | Mel |
| 2025-03-15 | Keyword recognition in lexer through CRC32 | Mel |
| 2025-03-15 | Add POSIX CRC32 algorithm implementation to common library | Mel |
| 2025-03-15 | Access string data directly in iteration macro to avoid bounds-checking | Mel |
| 2025-03-14 | Bootstrapping lexer | Mel |
| 2025-03-14 | Add compound literal casts to common functions (this isn't C++) | Mel |
| 2025-03-11 | Add common library for basic types, functions and macros | Mel |
| 2025-02-28 | Map and read source file | Mel |
| 2025-02-16 | Add bootstrap entrypoint | Mel |
