Skip to content

v0.8.3

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 19:41
· 82 commits to master since this release

Automa v0.8.3

Diff since v0.8.2

Closed issues:

  • Generated code is highly redundant (#53)
  • Pushdown automata (#59)
  • Same char used in two different patterns of an alternation (#77)
  • Automa.execute gives wrong result in some case (#78)
  • Shift-based tables for small machines (#81)
  • Allow construction of RegExp from invalid UTF-8 strings (#83)
  • Optimize away dict lookup at machine exit (#84)
  • Tokenisation fails to produce an error (#88)
  • Make ambiguity errors easier to understand (#93)
  • Verify keys in RE.actions are correct on setindex! (#100)
  • Keyerror on remove_dead_notes (#104)
  • Bug with regex set negation (#105)
  • Make FSM generation deterministic by simply renaming nodes (#106)
  • (Optionally) despecialize generated code on its IO (#113)
  • Correctly finding matching double quotes when Unicode characters are present (#114)

Merged pull requests: