Closed jeaye closed 1 month ago
Currently, we support only \n and \t properly. We have partial support for \r, too. Let's support all of the simple escape sequences listed here: https://en.cppreference.com/w/cpp/language/escape
\n
\t
\r
started with a simple pr first: https://github.com/jank-lang/jank/pull/101
Currently, we support only
\n
and\t
properly. We have partial support for\r
, too. Let's support all of the simple escape sequences listed here: https://en.cppreference.com/w/cpp/language/escape