replete-repl / replete-shared

Shared ClojureScript code for Replete
Eclipse Public License 1.0
11 stars 3 forks source link

Wrap reader errors with :read-source error phase #13

Closed mfikes closed 5 years ago

mfikes commented 5 years ago

Fixes case where reader errors occur (for example when reading 08) and the exception printed should indicate a synax error as opposed to an execution error.