david135 / mosh-scheme

Automatically exported from code.google.com/p/mosh-scheme
Other
0 stars 0 forks source link

Error when a symbol directly follows a string #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
mosh> '("foo"bar)

Unhandled exception:

 Condition components:
 1. &lexical 
 2. &i/o-read
 3. &who            who: "read"
 4. &message        message: "syntax error near [\"foo\"bar)\x0;] at <string-input-port>:1. "

I think this syntax is allowed by the R6RS. Tested with Mosh 0.2.6 on Debian 
GNU/Linux 5.0.7.

Original issue reported on code.google.com by weinh...@gmail.com on 29 Nov 2010 at 6:55

GoogleCodeExporter commented 9 years ago

Original comment by hige...@gmail.com on 29 Nov 2010 at 11:30

GoogleCodeExporter commented 9 years ago

Original comment by hige...@gmail.com on 29 Nov 2010 at 11:30

GoogleCodeExporter commented 9 years ago

Original comment by hige...@gmail.com on 31 Jan 2011 at 2:17

GoogleCodeExporter commented 9 years ago
Fixed.
https://github.com/higepon/mosh/commit/f225d2bca295154c68759381dd04f034cf0f9f3e

Original comment by hige...@gmail.com on 31 Jan 2011 at 11:43