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

Chicken Scheme Support Tracking #3

Open
7 of 19 tasks
6cdh opened this issue Jun 7, 2022 · 0 comments
Open
7 of 19 tasks

Chicken Scheme Support Tracking #3

6cdh opened this issue Jun 7, 2022 · 0 comments

Comments

@6cdh
Copy link
Owner

6cdh commented Jun 7, 2022

This is a tracking issue for Chicken Scheme support.
The specific syntax can be found at Chicken Scheme Syntax.

Chicken Scheme support R5RS with extension:

  • Identifier between |
  • [ and { are alternative as (
  • character
    • #\xXX where XX specifies the character code in hexadecimal
    • #\uXXXX or #\UXXXXXXXX
    • #\tab #\linefeed #\return #\alarm #\vtab #\nul #\page #\esc #\delete #\backspace
  • escape sequence in string \n\r\b\t\v\a\f
  • escape sequence in string \xXX\uXXXX\UXXXXXXXX
  • multiline comment between #| and |#
  • expression comment #;
  • abbreviation #, #$
  • blob literal #${ ... }
  • keyword #:
  • here string #<<
  • multiline string with embedded expression #<#
  • foreign declare #> ... <#
  • bang #!
  • case sensitive #cs, #ci
  • conditional expansion #+
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