Skip to content

Commit

Permalink
R7RS: Add #\null -> #\nul and #\escape -> #\esc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraven committed Jun 22, 2018
1 parent 9e180cf commit 1d20448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions s/read.ss
Original file line number Diff line number Diff line change
Expand Up @@ -1847,9 +1847,11 @@
(char-name 'newline #\newline) ; must come after linefeed entry
(char-name 'backspace #\backspace)
(char-name 'rubout #\rubout)
(char-name 'null #\nul)
(char-name 'nul #\nul)
(char-name 'bel #\bel)
(char-name 'vt #\vt)
(char-name 'escape #\esc)
(char-name 'esc #\esc)
(char-name 'vtab #\vtab)
(char-name 'delete #\rubout)
Expand Down

0 comments on commit 1d20448

Please sign in to comment.