aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/cljcc.clj
diff options
context:
space:
mode:
authorShagun Agrawal <agrawalshagun07@gmail.com>2024-08-03 02:45:43 +0530
committerShagun Agrawal <agrawalshagun07@gmail.com>2024-08-03 02:45:43 +0530
commite0de6ddf16a37435966e31a73b4425a0300dc1e6 (patch)
treee99d8a9eeec4ae923e3c86e0ec436a542fcabe82 /src/cljcc/cljcc.clj
parentec2e54a2977ff30e51eee15f464e52dc1e8390ab (diff)
Add tacky IR stage
Add Tacky IR stage General formatting etc
Diffstat (limited to 'src/cljcc/cljcc.clj')
-rw-r--r--src/cljcc/cljcc.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cljcc/cljcc.clj b/src/cljcc/cljcc.clj
index 8c8211d..0ebe609 100644
--- a/src/cljcc/cljcc.clj
+++ b/src/cljcc/cljcc.clj
@@ -19,6 +19,7 @@
(def cli-options
[[nil "--parse" "Runs parser. Does not emit any files."]
[nil "--codegen" "Runs compiler. Does not emit any files."]
+ [nil "--tacky" "Runs tacky generation. Does not emit any files."]
["-h" "--help"]])
(defn validate-args [args]