From ba1aa8ed032ef6baaa302f9e527c4bd29b61d9ad Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sun, 19 May 2024 19:35:30 -0400 Subject: [PATCH] comment out repl cruft --- janet/parser.janet | 4 ++-- janet/validate.janet | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/janet/parser.janet b/janet/parser.janet index b235fe4..635ac8c 100644 --- a/janet/parser.janet +++ b/janet/parser.janet @@ -1104,8 +1104,8 @@ ) -(do -# (comment +# (do +(comment (def source `a :b :c `) (def scanned (s/scan source)) diff --git a/janet/validate.janet b/janet/validate.janet index 7d5c937..d1f2861 100644 --- a/janet/validate.janet +++ b/janet/validate.janet @@ -633,8 +633,8 @@ Deferred until a later iteration of Ludus: (import ./base :as b) -(do -# (comment +# (do +(comment (def source ` fn foobar { (:foo, :bar) -> true