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

R7RS S-Expression and Block Comments #52

Closed
jcubic opened this issue May 25, 2020 · 1 comment
Closed

R7RS S-Expression and Block Comments #52

jcubic opened this issue May 25, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@jcubic
Copy link
Collaborator

jcubic commented May 25, 2020

The parser need to be modified to allow #;(foo bar) it can't be implemented using parser extensions.

Test case:

(let ((foo 10) #;(bar 20))
  (* foo 2))
@jcubic jcubic added the enhancement New feature or request label May 25, 2020
@jcubic jcubic added this to the 1.0 milestone May 25, 2020
@jcubic
Copy link
Collaborator Author

jcubic commented Jun 8, 2020

It would also be nice to have #| |#

@jcubic jcubic changed the title R7RS S-Expression comments R7RS S-Expression and Block Comments Jun 8, 2020
jcubic added a commit that referenced this issue Jun 9, 2020
They are stripped by tokenizer
jcubic added a commit that referenced this issue Jun 9, 2020
@jcubic jcubic closed this as completed Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant