1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-10 04:23: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 (cond
(or (= b (chr "\n")) (= b (chr " "))) (endtoken) (or (= b (chr "\n")) (= b (chr " "))) (endtoken)
(= b (chr "`")) (delim :code) (= b (chr "`")) (delim :code)
(not (modes :code)) (cond (not (modes :code))
(cond
(= b (chr `\`)) (do (= b (chr `\`)) (do
(++ token-length) (++ token-length)
(buffer/push token (get line (++ i)))) (buffer/push token (get line (++ i))))