program [0, 0] - [1, 0]
expression_statement [0, 0] - [0, 11]
character_literal [0, 0] - [0, 10]
; [0, 10] - [0, 11]
program [0, 0] - [1, 0]
ERROR [0, 0] - [0, 3]
" [0, 0] - [0, 1]
expression_statement [0, 3] - [0, 11]
identifier [0, 3] - [0, 9]
ERROR [0, 9] - [0, 10]
" [0, 9] - [0, 10]
; [0, 10] - [0, 11]
The character
Acan be represented as\uuu0041. I noticed that it parses for character literals correctly but not string literals.