Skip to content

nilsmartel/mathlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

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