From e0de6ddf16a37435966e31a73b4425a0300dc1e6 Mon Sep 17 00:00:00 2001 From: Shagun Agrawal Date: Sat, 3 Aug 2024 02:45:43 +0530 Subject: Add tacky IR stage Add Tacky IR stage General formatting etc --- src/cljcc/cljcc.clj | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cljcc/cljcc.clj') 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] -- cgit v1.2.3