Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SuzanneSoy opened this issue Mar 30, 2016 · 1 comment
Open

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

SuzanneSoy opened this issue Mar 30, 2016 · 1 comment
Assignees

Comments

@SuzanneSoy
Copy link
Owner

#lang repltest racket
(define x 1)
;; This comment breaks stuff
> x
;; This comment breaks stuff too:
1
@SuzanneSoy
Copy link
Owner Author

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant