evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.1k stars 42 forks source link

Parsing fails on \n #2

Closed perimosocordiae closed 12 years ago

perimosocordiae commented 12 years ago
$ cat test.kitten
"hello\n" write
$ ./kitten test.kitten
(line 1, column 8):
unexpected "n"
expecting "\\" or "\""
evincarofautumn commented 12 years ago

Fixed in 5821e5d