Skip to content

nilsmartel/mathlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Nils Martel
Nov 20, 2022
eaa0659 · Nov 20, 2022

History

16 Commits
Feb 20, 2021
Aug 25, 2020
Aug 25, 2020
Nov 20, 2022

Repository files navigation

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

About

mathematical expression parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages