Skip to content

grex 0.2.0

Compare
Choose a tag to compare
@pemistahl pemistahl released this 19 Oct 22:21

Features

  • character classes are now supported
  • input strings can now be read from a text file

Changes

  • unicode characters are not escaped anymore by default
  • the performance of the DFA minimization algorithm has been improved for large DFAs
  • regular expressions are now always surrounded by anchors ^ and $

Bug Fixes

  • fixed a bug that caused a panic when giving an empty string as input