Escape sequences #20

Closed
opened 2023-12-06 13:53:26 +01:00 by vanillajonathan · 1 comment
vanillajonathan commented 2023-12-06 13:53:26 +01:00 (Migrated from github.com)

The grammar does not tokenize and highlight escape sequences.

https://docs.python.org/3/reference/lexical_analysis.html#escape-sequences

The grammar does not tokenize and highlight escape sequences. https://docs.python.org/3/reference/lexical_analysis.html#escape-sequences
marijnh commented 2023-12-06 13:57:05 +01:00 (Migrated from github.com)

They are parsed properly, but indeed not emitted as separate tokens.

They are parsed properly, but indeed not emitted as separate tokens.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lezer/python#20
No description provided.