Subscript Versions Save

Fast and tiny expression evaluator with minimal syntax.

v2.0.0

2 years ago

What's Changed

  • Generalized & improved performance
  • Operator evaluators are separate from precedence dicts
  • Streamlined expression algorithm to real recursive descent
  • API is consolidated under parse.* and evaluate.* scopes
  • Reduced size

Full Changelog: https://github.com/spectjs/subscript/compare/1.0.4...v2.0.0

1.0.4

2 years ago
  • Parser performance based on stripped JSEP engine
  • Frisk-compatible tree
  • 1.4kb size

Full Changelog: https://github.com/spectjs/subscript/commits/1.0.4