Parse Escaped Character when Lexing Strings
Closed this issue · 1 comments
Alexius-Huang commented
Should have a token type:
{ type: 'escaped-character', value: value }
which represents the escaped character
Alexius-Huang commented
Closed with PR #21 Merged