From 35cbe352a804d9f299d81565366870365da0ec20 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Thu, 19 May 2022 18:55:27 -0400 Subject: [PATCH] Update reserved words list & impl --- 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 fc5bee4..de66e87 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/panic + "panic!" ::token/panic ;; impl "recur" ::token/recur ;; impl "ref" ::token/ref ;; impl "then" ::token/then ;; impl