vekatze / neut

A functional programming language with static memory management
https://vekatze.github.io/neut/
MIT License
840 stars 11 forks source link

don't leave escape sequences to haskell #180

Closed vekatze closed 4 months ago

vekatze commented 4 months ago

The available escape sequences:

Escape Sequence Meaning
\0 U+0000 (null character)
\t U+0009 (horizontal tab)
\n U+000A (line feed)
\r U+000D (carriage return)
\" U+0022 (double quotation mark)
\\ U+005C (backslash)
\` U+0060 (backtick)
\u{n} U+n