Thanks to visit codestin.com
Credit goes to github.com

Skip to content

0.16.1

Latest
Compare
Choose a tag to compare
@keith-hall keith-hall released this 02 Aug 02:54
· 54 commits to main since this release

Fixed

  • Fixed a bug whereby sometimes a backreference to a non-existing capture group would compile successfully
    when it should fail, causing a panic in the VM when trying to match the regex. (#174)