Skip to content

v1.5.12

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jan 12:23
37f8ea8
  • Fix lexer not handling UTF-8 characters correctly in comments.
    • Multi-byte UTF-8 characters (e.g., ) in comments caused incorrect span positions for subsequent tokens.
    • The lexer now properly tracks byte positions instead of character indices.