index
:
cflems/ccc.git
master
Carson's C Compiler
Carson Fleming
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
codegen.c
Age
Commit message (
Collapse
)
Author
2026-07-17
working fib with stubbed typechecker
Carson Fleming
2026-07-17
improve type system sorta
Carson Fleming
2026-07-17
almost fibonacci but it needs the type checker
Carson Fleming
2026-07-17
fix scope thing
Carson Fleming
2026-07-17
compute return type size correctly on decl
Carson Fleming
2026-07-17
before I do something crazy
Carson Fleming
2026-03-31
math n shi
Carson Fleming
2026-03-29
calling functions and some optimizations
Carson Fleming
2026-03-28
lval-centric storage model
Carson Fleming
2026-03-28
rehashing and size tracking corrections
Carson Fleming
2026-03-28
we got assignments bois
Carson Fleming
2026-03-28
robust mov situation
Carson Fleming
2026-03-28
impl x86_64 calling convention
Carson Fleming
2026-03-27
todo: make weird.c work
Carson Fleming
2026-03-27
fix some stuff
Carson Fleming
2026-03-27
woah we got variables
Carson Fleming
2026-03-26
scope inheritance
Carson Fleming
2026-03-26
mostly there except need to implement one more hash map
Carson Fleming
2026-03-26
start codegen work
Carson Fleming