Smh Versions Save

String manipulation tool written in haskell

v0.2.1

2 months ago
  • rewrote the "if" and "filter" focusers

  • added "=", "!=", "<", ">", "<=", ">=", "&&", "||", "all", "any", "not" focusers

  • changed the collecting syntax from "<focuser>" to "%focuser"

  • added the "literal" focuser

v0.2.0

2 months ago
  • added "el", "kv", "key", "val", "atKey", "atIdx" focusers

  • switched from internally using scientific to Rational

  • fixed "regex" (it was very broken, lol)

  • added escaping support to string literals (only \")

v0.1.3

2 months ago
  • Made slicing more flexible (You can now change the length of focuses)
  • Made regex use Perl style regexes

v0.1.2

2 months ago

Added --version option

v0.1.1

2 months ago
  • Changed mapping separator from ">" to ":". ">" was already used in if expressions, and clashed in some cases.

v0.1.0

2 months ago

version 0.1.0