Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Releases: yslide/slide

v0.0.1

28 Jun 18:55
1446f9c
Compare
Choose a tag to compare

Initial release. There is a lot of churn here, and signficant features include

  • Simplification of simple arithmetic expressions (+, -, *, /, ^, %)
  • Support for string-based pattern-matching rules
  • Polynomial division in space Z
  • Multiple output forms (pretty, s-expression, debug)
  • Pretty-printed scanning and parser errors
  • Support for implicit expressions, like multiplication (2x -> 2 * x)
  • Integration test framework
  • The ladder development tool
  • The slide-bot triage and chore bot