Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 292 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 292 Bytes

mathlang

Parser for mathematical expressions

example usage:

use mathlang::parse_expression;

let expr = parse_expression("3a^2 + 2b^2 + √2")?;

Planned

  • implement symbolic derivation / integration
  • compiling of expressions
  • ability to describe mathematical functions