1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-08 11:33:02 +00:00

Run boot.janet through janet-format.

This commit is contained in:
Calvin Rose
2023-06-03 16:47:59 -05:00
parent 658941d26d
commit c4c86f8671

View File

@@ -3213,7 +3213,8 @@
(cond
(or (= b (chr "\n")) (= b (chr " "))) (endtoken)
(= b (chr "`")) (delim :code)
(not (modes :code)) (cond
(not (modes :code))
(cond
(= b (chr `\`)) (do
(++ token-length)
(buffer/push token (get line (++ i))))