bqnpad icon indicating copy to clipboard operation
bqnpad copied to clipboard

Fix ''' not being highlighted as a character

Open selaere opened this issue 1 year ago • 0 comments

change the character rule in the lezer parser to always take one character (like mentioned in the spec). ''' is a character literal for a quote, but currently it parses the rest of the code as a character.

selaere avatar Aug 13 '23 22:08 selaere