From b6de8db464151fa1300c5a47e508e9e792d034d0 Mon Sep 17 00:00:00 2001 From: Shagun Agrawal Date: Fri, 26 Jul 2024 00:03:57 +0530 Subject: Add cli options for pasing and codegen Add cli options specific for only parsing and codegen add logger for help in debugging --- src/cljcc/driver.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cljcc/driver.clj') diff --git a/src/cljcc/driver.clj b/src/cljcc/driver.clj index dede930..a06c9a3 100644 --- a/src/cljcc/driver.clj +++ b/src/cljcc/driver.clj @@ -62,7 +62,7 @@ (defn run "Runs the compiler driver with the given input source file." - [^String file-path] + [^String file-path options] (let [file (io/file ^String file-path) filename (.getName file) directory (.getParent file)] -- cgit v1.2.3