| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -0/+515 | |
| Currently, we deal with escape sequences twice: once when we lex a string, and a second time when we unescape literals. This PR aims to remove this duplication, by introducing a new `unescape` mode as a single source of truth for character escaping rules | ||||
