aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/analyze/label_loops.clj
AgeCommit message (Collapse)Author
2025-03-16Refactor files to cljcc-compiler and cli tool.Your Name
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
2024-11-21Add semantic analysis stage for long typeShagun Agrawal
Refactors semantic analysis files to subfolder