From a5105ccc4be5eb13fc87fd8554209ee03ccfc483 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 26 Jul 2025 00:25:27 +0530 Subject: Adding clojure-mcp setup --- cljcc-compiler/src/cljcc/token.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cljcc-compiler/src/cljcc/token.clj') diff --git a/cljcc-compiler/src/cljcc/token.clj b/cljcc-compiler/src/cljcc/token.clj index 213588c..f13386c 100644 --- a/cljcc-compiler/src/cljcc/token.clj +++ b/cljcc-compiler/src/cljcc/token.clj @@ -86,6 +86,7 @@ "Binary operands and their precedence." {:multiply 100 :divide 100 + :divide-double 100 :remainder 100 :plus 90 @@ -227,7 +228,7 @@ :literal literal})) (def tacky-unary-ops - #{:bit-not :negate :logical-not}) + #{:bit-not :negate :logical-not :shr}) (def tacky-binary-ops #{:add -- cgit v1.2.3