From 141546187606776f17fa8735ea2a332baa46bbc0 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Thu, 19 May 2022 18:00:18 -0400 Subject: [PATCH] Fix panic! keyword --- src/ludus/scanner.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ludus/scanner.clj b/src/ludus/scanner.clj index 3fa59ac..fc5bee4 100644 --- a/src/ludus/scanner.clj +++ b/src/ludus/scanner.clj @@ -22,7 +22,7 @@ "match" ::token/match ;; impl "nil" ::token/nil ;; impl "ns" ::token/ns ;; impl - "panic!" ::token/ns + "panic!" ::token/panic "recur" ::token/recur ;; impl "ref" ::token/ref ;; impl "then" ::token/then ;; impl