Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 389 Bytes

File metadata and controls

18 lines (12 loc) · 389 Bytes

Roadmap

v0.2.x optimizations and features

  • Add C bindings
  • Remove the Infix parsing overhead
  • Extend the operator support to include %, logic, comparison and bitwise
  • Replaced default Rust hasher with a 80% faster one
  • Ternary operator UwU
  • Support for matrices and vectors

v0.3

  • WASM/JIT

v0.4

  • Rust code generator from expressions