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

Guile Scheme Support Tracking #7

Open
2 of 4 tasks
6cdh opened this issue Jul 31, 2023 · 0 comments
Open
2 of 4 tasks

Guile Scheme Support Tracking #7

6cdh opened this issue Jul 31, 2023 · 0 comments

Comments

@6cdh
Copy link
Owner

6cdh commented Jul 31, 2023

This is a tracking issue for Guile Scheme support.

It supports R5RS, part R6RS and R7RS.

Their formal grammar can be found at R5RS Lexical structure section, and R6RS support, R7RS support

All extensions are obtained by search read syntax.

  • keyword #:xxx
  • escape sequence \|, \(, \0 in string
  • hex escape sequence \xHH, \uHHHH, \uHHHHHH
  • shebang #! any thing !#

extra features which incompatible with RnRS are omit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant