add TODO re: expression terminators
This commit is contained in:
parent
1caddfacbc
commit
a51ba2a2bc
|
@ -107,6 +107,10 @@
|
||||||
(defn- whitespace? [c]
|
(defn- whitespace? [c]
|
||||||
(or (= c \space) (= c \tab)))
|
(or (= c \space) (= c \tab)))
|
||||||
|
|
||||||
|
;; TODO: update terminators:
|
||||||
|
;; remove: \|
|
||||||
|
;; add: \>
|
||||||
|
;; research others
|
||||||
(def terminators #{\: \; \newline \{ \} \( \) \[ \] \$ \# \- \= \& \, \| nil \\})
|
(def terminators #{\: \; \newline \{ \} \( \) \[ \] \$ \# \- \= \& \, \| nil \\})
|
||||||
|
|
||||||
(defn- terminates? [c]
|
(defn- terminates? [c]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user