summaryrefslogtreecommitdiff
path: root/codegen.c
AgeCommit message (Expand)Author
2026-07-26functioning type system perhaps?Carson Fleming
2026-07-26clean up typesCarson Fleming
2026-07-21more faithful grammarCarson Fleming
2026-07-18type system surelyCarson Fleming
2026-07-18loop supportCarson Fleming
2026-07-18fix scoping bigCarson Fleming
2026-07-17working fib with stubbed typecheckerCarson Fleming
2026-07-17improve type system sortaCarson Fleming
2026-07-17almost fibonacci but it needs the type checkerCarson Fleming
2026-07-17fix scope thingCarson Fleming
2026-07-17compute return type size correctly on declCarson Fleming
2026-07-17before I do something crazyCarson Fleming
2026-03-31math n shiCarson Fleming
2026-03-29calling functions and some optimizationsCarson Fleming
2026-03-28lval-centric storage modelCarson Fleming
2026-03-28rehashing and size tracking correctionsCarson Fleming
2026-03-28we got assignments boisCarson Fleming
2026-03-28robust mov situationCarson Fleming
2026-03-28impl x86_64 calling conventionCarson Fleming
2026-03-27todo: make weird.c workCarson Fleming
2026-03-27fix some stuffCarson Fleming
2026-03-27woah we got variablesCarson Fleming
2026-03-26scope inheritanceCarson Fleming
2026-03-26mostly there except need to implement one more hash mapCarson Fleming
2026-03-26start codegen workCarson Fleming