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
/
boot
/
catboot.c
Age
Commit message (
Expand
)
Author
2026-01-22
LLVM clang compiler backend
Mel
2025-12-29
Add first bootstrapping transpiler test
Mel
2025-07-23
Add rudimentary catskill-to-C transpiler (yay!)
Mel
2025-07-10
Display causing tokens lexeme directly from source for error messages
Mel
2025-07-09
Display human-readable, informative parser error messages w/ source snippet
Mel
2025-07-06
Print formatted lex token value next to token type
Mel
2025-07-04
Argument parser for catboot tool, different command execution
Mel
2025-07-01
Remove older non-visit tree printing code
Mel
2025-06-30
Factor out translation unit includes to seperate header
Mel
2025-06-30
License project files under MPL-2.0
Mel
2025-06-30
Implement Visitor system for syntax tree, with re-written tree printer as fir...
Mel
2025-06-14
Prevent mmap of empty file
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-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