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

Chez Scheme Support Tracking #1

Open
4 of 15 tasks
6cdh opened this issue Apr 21, 2022 · 0 comments
Open
4 of 15 tasks

Chez Scheme Support Tracking #1

6cdh opened this issue Apr 21, 2022 · 0 comments

Comments

@6cdh
Copy link
Owner

6cdh commented Apr 21, 2022

This is a tracking issue for Chez Scheme support.
It supports R6RS.
The specific syntax can be found at Chez Scheme Syntax.

  • extended identifier
    • Identifiers can start with digit, or one of .+- as long as it is not parsed as a number
    • { or } are identifiers
    • escape with \ or | in symbol
    • enclose between #{ and }
  • extra case insensitive radixes #2r, #3r, #4r, ..., #36r. Digit values from 10 through 35 are specified as either lower- or upper-case alphabetic characters, just as for hexadecimal numbers.
  • non decimal floating number and scientific notation
  • character
    • #\bel, #\ls, #\nel, #\nul, #\rubout, #\vt, #\vtab
    • octal character - #\ followed by a three octal digit sequence
  • fixnum vector #vfx()
  • Shared and cyclic structure
  • $primitive form #%xxx
  • #!eof, #!bwp
  • boolean - case insensitive #true, #false
@6cdh 6cdh pinned this issue Apr 21, 2022
@6cdh 6cdh unpinned this issue Aug 2, 2022
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