Sci: get rid of end-line and end-col metadata
This commit is contained in:
parent
19c497d6b8
commit
c371e50a2b
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8830a500e1c49923921c4bb8d26a7aba8c72d7a8
|
Subproject commit 08c72e1910b6b49dc0fd3a1c9264d73ad10a3803
|
||||||
2
sci
2
sci
|
|
@ -1 +1 @@
|
||||||
Subproject commit e7ba2dcb0e35a3c89864efc876b9a2acfacb0eb1
|
Subproject commit ab19c75cebd7186048e50277c5411d0d7bb94e7a
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
(let [v (parser/parse-next sci-ctx in)]
|
(let [v (parser/parse-next sci-ctx in)]
|
||||||
(if (or (identical? :repl/quit v)
|
(if (or (identical? :repl/quit v)
|
||||||
(identical? :repl/exit v)
|
(identical? :repl/exit v)
|
||||||
(identical? :edamame.impl.parser/eof v))
|
(identical? parser/eof v))
|
||||||
request-exit
|
request-exit
|
||||||
v))))
|
v))))
|
||||||
:eval (or eval
|
:eval (or eval
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue