Alexius-Huang/LeichterJS

Parse Escaped Character when Lexing Strings

Closed this issue · 1 comments

Should have a token type:

{ type: 'escaped-character', value: value }

which represents the escaped character

Closed with PR #21 Merged