Skip to content

Savage 0.2.0

Latest

Choose a tag to compare

@p-e-w p-e-w released this 13 Mar 02:27
· 12 commits to master since this release
e441f8e

Added

Core

  • Basic support for vectors and matrices
  • Algebraic simplification during evaluation
  • Infrastructure for evaluating functions
  • Macro-based function dispatch system
  • New built-in functions:
    • and
    • det
    • factorial
    • is_prime
    • nth_prime
    • prime_pi

REPL

  • Persistent input history
  • Multi-line editing mode
  • Syntax highlighting for input and output
  • Highlighting of matching brackets in input

Fixed

Core

  • Type inflation in parser
  • Exponential blowup in parser

REPL

  • Error on empty input