From fc035eb1ba328ebc071d1528bedbdf82601529e7 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sat, 19 Mar 2022 17:28:18 -0400 Subject: [PATCH] Simplify forward declarations --- src/ludus/parser.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ludus/parser.clj b/src/ludus/parser.clj index 5313e08..fb32276 100644 --- a/src/ludus/parser.clj +++ b/src/ludus/parser.clj @@ -30,8 +30,7 @@ (get-in parser [::ast ::ast/type])) ;; some forward declarations -(declare parse-expr) -(declare parse-word) +(declare parse-expr parse-word) ;; handle some errors (def sync-on #{