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

Scheme #| ... |# (R6RS-style) block comments #157

Open
jeanas opened this issue Mar 13, 2023 · 0 comments
Open

Scheme #| ... |# (R6RS-style) block comments #157

jeanas opened this issue Mar 13, 2023 · 0 comments
Labels

Comments

@jeanas
Copy link
Member

jeanas commented Mar 13, 2023

python-ly already supports R5RS-style block comments #! ... !#.

It would be nice to support R6RS-style comments, added in Guile 2 (as used by LilyPond 2.24). These are spelt as #| ... |#. Unlike R5RS-style comments, they are nestable.

https://www.gnu.org/software/guile/manual/html_node/Block-Comments.html

@jeanas jeanas added the wish label Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant