about summary refs log tree commit diff
path: root/Makefile
AgeCommit message (Expand)Author
2026-01-26Streamline build and temporary build directory, copy runtimeMel
2026-01-22Implement file embedding into compiler sources during buildMel
2026-01-22LLVM clang compiler backendMel
2025-07-09Makefile pass arguments to run commands through ARGS=""Mel
2025-07-04Test suite runner prototype for `catboot`Mel
2025-06-30Implement Visitor system for syntax tree, with re-written tree printer as fir...Mel
2025-05-21Basic expression parser with operator precedence and associativityMel
2025-05-18Define basic syntax tree (mostly expressions), with simple debug printingMel
2025-03-15Makefile move sources into list + disable optimizationMel
2025-03-14Set standard version to C99Mel
2025-02-28Add Makefile and Nix build environmentMel