summaryrefslogtreecommitdiff
path: root/scope.h
AgeCommit message (Expand)Author
2026-08-04unify hashmap typeCarson Fleming
2026-07-31code gen can use registers besides RAX nowCarson Fleming
2026-07-26functioning type system perhaps?Carson Fleming
2026-07-26clean up typesCarson Fleming
2026-07-19renameCarson Fleming
2026-07-18type system surelyCarson Fleming
2026-07-17type shortcuts for literalsCarson Fleming
2026-07-17improve type system sortaCarson Fleming
2026-07-17fix scope thingCarson Fleming
2026-07-17before I do something crazyCarson 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-28robust mov situationCarson Fleming
2026-03-28impl x86_64 calling conventionCarson Fleming
2026-03-27woah we got variablesCarson Fleming
2026-03-26impl simply with no rehashCarson Fleming
2026-03-26mostly there except need to implement one more hash mapCarson Fleming