Comment out <-
from scanner
This commit is contained in:
parent
01d7dc0ab1
commit
e248be16cf
|
@ -251,9 +251,9 @@
|
||||||
|
|
||||||
;; at current we're not using this
|
;; at current we're not using this
|
||||||
;; <-
|
;; <-
|
||||||
\< (if (= next \-)
|
;;\< (if (= next \-)
|
||||||
(add-token (advance scanner) ::token/larrow)
|
;; (add-token (advance scanner) ::token/larrow)
|
||||||
(add-error scanner (str "Expected <-. Got " char next)))
|
;; (add-error scanner (str "Expected <-. Got " char next)))
|
||||||
|
|
||||||
;; |>
|
;; |>
|
||||||
;; Consider => , with =>> for bind
|
;; Consider => , with =>> for bind
|
||||||
|
|
Loading…
Reference in New Issue
Block a user