escLexer top-level property
Implementation
final escLexer = (char(r'\') &
(char('`') |
char("'") |
char(r'"') |
char(r'\') |
char('/') |
char('f') |
char('n') |
char('r') |
char('t') |
unicodeLexer))
.flatten()
.token();