Skip to content

v0.2.2

Compare
Choose a tag to compare
@gnidan gnidan released this 05 Jul 17:10
· 44 commits to master since this release
  • Improvement: Reduce bounds checking to equality comparison for single character ranges
  • Improvement: Eliminate state transition function indirection, return struct State memory with inlined function pointer, instead of reference to state.
  • Fix: Escape backslashes properly in output regex storage var.