Commit Graph

1 Commits

Author SHA1 Message Date
Anthony Van de Gejuchte
ad9d6bebaf Move OctalEscapeSequence to read_escape_char
This should simplify and improve implementation, make it easier to
implement template strings, and keep master a bit more in sync with
harmony.

Previous implementation wasn't broken, though the loop gave me the
impression it could read infinite numbers and annoyed me a bit. It was
also slightly unnecessary because the lookup involved only 3 characters.
2016-06-29 22:28:11 +02:00