Comments aren't handled in the REPL section (or just before) #1

Open
opened 2016-03-30 17:07:33 +01:00 by SuzanneSoy · 1 comment
SuzanneSoy commented 2016-03-30 17:07:33 +01:00 (Migrated from github.com)
#lang repltest racket
(define x 1)
;; This comment breaks stuff
> x
;; This comment breaks stuff too:
1
``` racket #lang repltest racket (define x 1) ;; This comment breaks stuff > x ;; This comment breaks stuff too: 1 ```
SuzanneSoy commented 2016-03-30 17:08:27 +01:00 (Migrated from github.com)

We should skip over comments and whitespace alike, before reading an expression or checking for the presence of the prompt. Does read allow to do this?

We should skip over comments and whitespace alike, before reading an expression or checking for the presence of the prompt. Does `read` allow to do this?
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/repltest#1
No description provided.