Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 539 Bytes

nodes.md

File metadata and controls

30 lines (25 loc) · 539 Bytes

Nodes

This page contains all visible nodes in yaml format.

- comment
- block_comment # for example, #| something |#
- directive # for example, #!r6rs
- boolean
- character
- string
- escape_sequence # escape sequence in string, for example, \n in "abc\n"
- number
- symbol # identifier
- keyword # #:identifier

- list # things surrounded by () or [] or {}
- quote # '
- quasiquote # `
- syntax # #'
- quasisyntax #`
- unquote # ,
- unquote_splicing # ,@
- unsyntax # #,
- unsyntax_splicing # #,@

- vector
- byte_vector