1
0
mirror of https://github.com/janet-lang/janet synced 2026-06-02 10:42:24 +00:00

Update copyright.

This commit is contained in:
Calvin Rose
2026-01-31 10:33:57 -06:00
parent ea271b6d6c
commit 8e2ec997f0
+2 -2
View File
@@ -1,5 +1,5 @@
# The core janet library
# Copyright 2025 © Calvin Rose
# Copyright 2026 © Calvin Rose
###
###
@@ -3728,7 +3728,7 @@
(def digits (inc (math/floor (math/log10 end))))
(def fmt-str (string "%" digits "d: %s"))
(for i beg end
(eprin " ") # breakpoint someday?
(eprin " ")
(eprin (if (= i cur) "> " " "))
(eprintf fmt-str i (get lines i))))
(let [[sl _] (sourcemap pc)]