Skip to content

v0.5.5

Compare
Choose a tag to compare
@alllex alllex released this 22 Aug 07:03
· 45 commits to main since this release
660b386

Fixes

  • Non-literal token declaration order is now honored, same as it already was for literal tokens.
    If there was a regex token declared before a literal token, and a literal token was a prefix of the regex, the parser would have always chosen the literal, which is not correct.