diff options
| author | Your Name <agrawalshagun07@gmail.com> | 2025-03-16 02:01:52 +0530 |
|---|---|---|
| committer | Your Name <agrawalshagun07@gmail.com> | 2025-03-16 02:01:52 +0530 |
| commit | 39b6930e14cfda58fd066805f5da447c685ab67f (patch) | |
| tree | 2b0f2eae0d6eb3e6c99143d67db3177534a2c1c2 /cljcc-compiler/src | |
| parent | 0321df3708cfa4d1440faf3f407611df85484b4b (diff) | |
Rename all compiler files to cljc.
Diffstat (limited to 'cljcc-compiler/src')
| -rw-r--r-- | cljcc-compiler/src/cljcc/analyze/core.cljc (renamed from cljcc-compiler/src/cljcc/analyze/core.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/analyze/label_loops.cljc (renamed from cljcc-compiler/src/cljcc/analyze/label_loops.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/analyze/resolve.cljc (renamed from cljcc-compiler/src/cljcc/analyze/resolve.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/analyze/typecheck.cljc (renamed from cljcc-compiler/src/cljcc/analyze/typecheck.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/cljcc.cljc (renamed from cljcc-compiler/src/cljcc/cljcc.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/compiler.cljc (renamed from cljcc-compiler/src/cljcc/compiler.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/driver.cljc (renamed from cljcc-compiler/src/cljcc/driver.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/emit.cljc (renamed from cljcc-compiler/src/cljcc/emit.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/exception.cljc (renamed from cljcc-compiler/src/cljcc/exception.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/lexer.cljc (renamed from cljcc-compiler/src/cljcc/lexer.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/log.cljc (renamed from cljcc-compiler/src/cljcc/log.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/parser.cljc (renamed from cljcc-compiler/src/cljcc/parser.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/schema.cljc (renamed from cljcc-compiler/src/cljcc/schema.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/symbol.cljc (renamed from cljcc-compiler/src/cljcc/symbol.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/tacky.cljc (renamed from cljcc-compiler/src/cljcc/tacky.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/token.cljc (renamed from cljcc-compiler/src/cljcc/token.clj) | 0 | ||||
| -rw-r--r-- | cljcc-compiler/src/cljcc/util.cljc (renamed from cljcc-compiler/src/cljcc/util.clj) | 0 |
17 files changed, 0 insertions, 0 deletions
diff --git a/cljcc-compiler/src/cljcc/analyze/core.clj b/cljcc-compiler/src/cljcc/analyze/core.cljc index 793b667..793b667 100644 --- a/cljcc-compiler/src/cljcc/analyze/core.clj +++ b/cljcc-compiler/src/cljcc/analyze/core.cljc diff --git a/cljcc-compiler/src/cljcc/analyze/label_loops.clj b/cljcc-compiler/src/cljcc/analyze/label_loops.cljc index 56fffc9..56fffc9 100644 --- a/cljcc-compiler/src/cljcc/analyze/label_loops.clj +++ b/cljcc-compiler/src/cljcc/analyze/label_loops.cljc diff --git a/cljcc-compiler/src/cljcc/analyze/resolve.clj b/cljcc-compiler/src/cljcc/analyze/resolve.cljc index 9f09333..9f09333 100644 --- a/cljcc-compiler/src/cljcc/analyze/resolve.clj +++ b/cljcc-compiler/src/cljcc/analyze/resolve.cljc diff --git a/cljcc-compiler/src/cljcc/analyze/typecheck.clj b/cljcc-compiler/src/cljcc/analyze/typecheck.cljc index d1e79dc..d1e79dc 100644 --- a/cljcc-compiler/src/cljcc/analyze/typecheck.clj +++ b/cljcc-compiler/src/cljcc/analyze/typecheck.cljc diff --git a/cljcc-compiler/src/cljcc/cljcc.clj b/cljcc-compiler/src/cljcc/cljcc.cljc index c067b75..c067b75 100644 --- a/cljcc-compiler/src/cljcc/cljcc.clj +++ b/cljcc-compiler/src/cljcc/cljcc.cljc diff --git a/cljcc-compiler/src/cljcc/compiler.clj b/cljcc-compiler/src/cljcc/compiler.cljc index 39b3506..39b3506 100644 --- a/cljcc-compiler/src/cljcc/compiler.clj +++ b/cljcc-compiler/src/cljcc/compiler.cljc diff --git a/cljcc-compiler/src/cljcc/driver.clj b/cljcc-compiler/src/cljcc/driver.cljc index 20d2d22..20d2d22 100644 --- a/cljcc-compiler/src/cljcc/driver.clj +++ b/cljcc-compiler/src/cljcc/driver.cljc diff --git a/cljcc-compiler/src/cljcc/emit.clj b/cljcc-compiler/src/cljcc/emit.cljc index 0686b31..0686b31 100644 --- a/cljcc-compiler/src/cljcc/emit.clj +++ b/cljcc-compiler/src/cljcc/emit.cljc diff --git a/cljcc-compiler/src/cljcc/exception.clj b/cljcc-compiler/src/cljcc/exception.cljc index 40ea930..40ea930 100644 --- a/cljcc-compiler/src/cljcc/exception.clj +++ b/cljcc-compiler/src/cljcc/exception.cljc diff --git a/cljcc-compiler/src/cljcc/lexer.clj b/cljcc-compiler/src/cljcc/lexer.cljc index ef4235f..ef4235f 100644 --- a/cljcc-compiler/src/cljcc/lexer.clj +++ b/cljcc-compiler/src/cljcc/lexer.cljc diff --git a/cljcc-compiler/src/cljcc/log.clj b/cljcc-compiler/src/cljcc/log.cljc index 3dbc4fb..3dbc4fb 100644 --- a/cljcc-compiler/src/cljcc/log.clj +++ b/cljcc-compiler/src/cljcc/log.cljc diff --git a/cljcc-compiler/src/cljcc/parser.clj b/cljcc-compiler/src/cljcc/parser.cljc index f8d039d..f8d039d 100644 --- a/cljcc-compiler/src/cljcc/parser.clj +++ b/cljcc-compiler/src/cljcc/parser.cljc diff --git a/cljcc-compiler/src/cljcc/schema.clj b/cljcc-compiler/src/cljcc/schema.cljc index bf216f9..bf216f9 100644 --- a/cljcc-compiler/src/cljcc/schema.clj +++ b/cljcc-compiler/src/cljcc/schema.cljc diff --git a/cljcc-compiler/src/cljcc/symbol.clj b/cljcc-compiler/src/cljcc/symbol.cljc index c410dac..c410dac 100644 --- a/cljcc-compiler/src/cljcc/symbol.clj +++ b/cljcc-compiler/src/cljcc/symbol.cljc diff --git a/cljcc-compiler/src/cljcc/tacky.clj b/cljcc-compiler/src/cljcc/tacky.cljc index be60841..be60841 100644 --- a/cljcc-compiler/src/cljcc/tacky.clj +++ b/cljcc-compiler/src/cljcc/tacky.cljc diff --git a/cljcc-compiler/src/cljcc/token.clj b/cljcc-compiler/src/cljcc/token.cljc index 213588c..213588c 100644 --- a/cljcc-compiler/src/cljcc/token.clj +++ b/cljcc-compiler/src/cljcc/token.cljc diff --git a/cljcc-compiler/src/cljcc/util.clj b/cljcc-compiler/src/cljcc/util.cljc index 4c56ab9..4c56ab9 100644 --- a/cljcc-compiler/src/cljcc/util.clj +++ b/cljcc-compiler/src/cljcc/util.cljc |
