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

Add support for multi-line and other comments #31

Open
bramvdbogaerde opened this issue Feb 17, 2022 · 0 comments
Open

Add support for multi-line and other comments #31

bramvdbogaerde opened this issue Feb 17, 2022 · 0 comments

Comments

@bramvdbogaerde
Copy link
Member

Currently the S-expression lexer and parser only support comments that start with ";". However Racket and other Scheme variants also support more types of comments, a notable one is the multi-line comment that starts with #|.

Other types of comments supported in Racket:
https://docs.racket-lang.org/reference/reader.html#%28part._parse-comment%29 (1.3.9 Reading Comments).

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