about summary refs log tree commit diff
AgeCommit message (Expand)Author
2025-05-21Basic expression parser with operator precedence and associativityMel
2025-05-18Define basic syntax tree (mostly expressions), with simple debug printingMel
2025-03-15Keyword recognition in lexer through CRC32Mel
2025-03-15Add POSIX CRC32 algorithm implementation to common libraryMel
2025-03-15Access string data directly in iteration macro to avoid bounds-checkingMel
2025-03-15Makefile move sources into list + disable optimizationMel
2025-03-14Bootstrapping lexerMel
2025-03-14Add compound literal casts to common functions (this isn't C++)Mel
2025-03-14Set standard version to C99Mel
2025-03-11Add common library for basic types, functions and macrosMel
2025-03-04Add bespoke .clang-formatMel
2025-02-28Add IDE directories to .gitignoreMel
2025-02-28Map and read source fileMel
2025-02-28Add Makefile and Nix build environmentMel
2025-02-16Add bootstrap entrypointMel
2025-01-10InitialMel