Release-Candidate / vscode-scheme-repl

A Visual Studio Code extension for Chez Scheme, it uses the REPL for autocompletions and to evaluate expressions.
MIT License
13 stars 0 forks source link

Fix windows line endings in sexp parsing, see #3 #4

Closed Release-Candidate closed 1 year ago

Release-Candidate commented 1 year ago

Parsing of s-expressions does not work with Windows-style line endings, with \r\n instead of just \n. Add the missing carriage returns \r.

See #3