Skip to content

v0.5

Compare
Choose a tag to compare
@zimmski zimmski released this 25 Jan 09:57
· 129 commits to master since this release

Tavor v0.5 changelog

  • Complete documentation
  • Require Go 1.4
  • Do not allow empty strings
  • Remove Least, Many and Most token
  • Remove Fuzz and FuzzAll
  • Rename special token to typed token
  • Rename the reduce strategy BinarySearch to Linear
  • Replace RandomInt with RangeInt
  • Fix reducing by making it work in general
  • Fix another unrolling bug by regenerating the whole structure
  • Fix resets of sequences and scopes
  • Fix combinations of Repeat
  • Workaround for zero repeat parsing
  • Fix UniqueItem permutation which fixes some resets
  • Fix release of Unique
  • Fix EOF in character classes