From d2612386c820f8719af6d837030c04b0ec663b3c Mon Sep 17 00:00:00 2001 From: Shagun Agrawal Date: Thu, 21 Nov 2024 00:03:42 +0530 Subject: Add semantic analysis stage for long type Refactors semantic analysis files to subfolder --- src/cljcc/analyze/core.clj | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/cljcc/analyze/core.clj (limited to 'src/cljcc/analyze/core.clj') diff --git a/src/cljcc/analyze/core.clj b/src/cljcc/analyze/core.clj new file mode 100644 index 0000000..84fe818 --- /dev/null +++ b/src/cljcc/analyze/core.clj @@ -0,0 +1 @@ +(ns cljcc.analyze.core) -- cgit v1.2.3