Skip to content

0.6.3

Compare
Choose a tag to compare
@zazedd zazedd released this 27 Aug 01:57
· 8 commits to master since this release
4452594

QOL updates, for both the user and developer

  • unit tests for mikmatch
  • fixing unit tests for Regexp lib and adding compilation flag tests
  • added warning when let destructuring: alternations are not allowed if they create different variables in different branches.
    • this would not have produced good code
    • the pattern should be: one variable capture for whole alternation