aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 daysfix vec exampleHEADmasterKimplul
12 daysadd comment about hole in my assumptionsKimplul
12 daysexample/vec fixesKimplul
12 daysfix nil check loweringKimplul
12 daysfix type -> tKimplul
12 daysfix extern closure call arg typeKimplul
12 daysfix occasional missing returnKimplul
12 daysadd exploded variables to contextKimplul
12 daysremember to mark nodes loweredKimplul
12 daysindent writeKimplul
12 daysadd fallback return pathKimplul
12 daysfilter out empty nodes from statement listKimplul
12 daysvec example produces C, but broken CKimplul
2026-01-06improve move checker to detect pointer leaksgncKimplul
2026-01-06allow omitting ';' in trivial callsKimplul
2026-01-06work towards a simple integer vector implementationKimplul
2026-01-06implement enough type analysis for vector exampleKimplul
2025-08-10small build system improvementsKimplul
2025-05-01Copy individual fields instead of a whole structKimplul
2025-03-30WIP: rewrite C++ backend to be CKimplul
2025-03-23start sketching out type systemKimplul
2025-03-22use maps in scopeKimplul
2025-03-22improve printingKimplul
2025-03-22bump conts and remove c23 requirementKimplul
2025-03-18use generic contsKimplul
2025-03-18add move queuesKimplul
2025-03-17fix some total movesKimplul
2025-03-17improve codegenKimplul
2025-03-17detect leaksKimplul
2025-01-09initial ptr stuffKimplul
2025-01-09initial reference checkingKimplul
2025-01-06fix some analyzer warningsKimplul
2025-01-06implement move checking furthermvcheckKimplul
2025-01-04initial move checkingKimplul
2025-01-01run formatterKimplul
2024-12-28enough type checking for all examples to passKimplul
2024-12-20add enough type checking to compile uniq.fwdKimplul
2024-12-20fix generated files in .gitignoreKimplul
2024-12-11add note about closure callsKimplul
2024-12-08add some thought about error handlingKimplul
2024-12-07add a motivating caseKimplul
2024-12-06add trailing closuresKimplul
2024-12-06formattingKimplul
2024-12-06show usage for examplesKimplul
2024-12-06fix some comments in the examplesKimplul
2024-12-06add types to parserKimplul
2024-12-05add note about functions as expressionsKimplul
2024-12-05add extra requirement for returns that I forgotKimplul
2024-12-04remove mention that there's only a `uniq` exampleKimplul
2024-12-04implement expression handling furtherKimplul