nlfiedler / bakeneko

Scheme R7RS interpreter in Go
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Not all new character types supported #55

Open nlfiedler opened 10 years ago

nlfiedler commented 10 years ago

Seems the atoms.go code where #\space is recognized, but none of the new R7RS characters are handled. They include: #\alarm, #\backspace, #\delete, #\escape, #\null, #\return, and #\tab. These should be handled in both NewCharacter() and characterImpl.String().