index
:
catskill
this commit
main
a c preprocessor with delusions of grandeur.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2026-05-03
Lowering pass initial driver shell
Mel
2026-05-03
IR visit system and pretty printer
Mel
2026-05-03
Intermediate representation taxonomy
Mel
2026-05-03
Move tree visit definitions in visit.c to visit/tree.c for future consistency
Mel
2026-01-27
TinyCC (libtcc) backend for catboot
Mel
2026-01-26
Streamline build and temporary build directory, copy runtime
Mel
2026-01-22
Implement file embedding into compiler sources during build
Mel
2026-01-22
LLVM clang compiler backend
Mel
2025-07-09
Makefile pass arguments to run commands through ARGS=""
Mel
2025-07-04
Test suite runner prototype for `catboot`
Mel
2025-06-30
Implement Visitor system for syntax tree, with re-written tree printer as fir...
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
Makefile move sources into list + disable optimization
Mel
2025-03-14
Set standard version to C99
Mel
2025-02-28
Add Makefile and Nix build environment
Mel