aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/symbol.clj
AgeCommit message (Collapse)Author
2025-03-16Refactor files to cljcc-compiler and cli tool.Your Name
2024-12-30Add typechecking for doublesShagun Agrawal
2024-12-16Add typechecker phase for signed, unsignedShagun Agrawal
2024-12-08Add tacky phase for long type generationShagun Agrawal
Tacky phase generation for for long types Refactor expression handling for Tacky phase by using postwalk function Refactor symbol namespaces