Skip to content

Files

Latest commit

e9f5d66 · Jan 7, 2025

History

History
9 lines (7 loc) · 343 Bytes

changes.md

File metadata and controls

9 lines (7 loc) · 343 Bytes

Jan. 07, 2025

  • added ENCODING token

Sept. 05, 2024

  • Type comment tokens are no longer generated.
    Type comments will now be tokenized as plain comment tokens.

  • Line continuation for string literals (backslash followed by a newline) is no longer resolved.
    (backslash+newline is no longer removed from string literals)