Open selaere opened 1 year ago
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.
'''
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.