Escape sequences mapping
static const Map<String, String> escapeSequences = { '\r': r'\r', '\n': r'\n', ':': r'\c', '\\': r'\\', };