Skip to content

Releases: fritschy/filterer

v0.2.3: More operators!

02 May 13:43
Compare
Choose a tag to compare
  • Implement binary or operator "|"
  • implement unary operators ~, -, + (last one is internally called nop...)
  • Add a couple of tests for these

v0.2.0: parallelism and error on unknown identifiers

28 Jan 11:54
Compare
Choose a tag to compare
  • compile() returns Err() on unknown identifiers
  • ExprEval can now be passed and used from threads, e.g. when using rayon's par_iter()