Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-30 | Move OctalEscapeSequence to read_escape_char | Anthony Van de Gejuchte | |
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. |