expression_parser 0.1.0

A minimal Rust parser and evaluator for arithmetic expressions with variables, built using the pest parsing library. It converts a text formula into an abstract syntax tree (AST) and computes the result based on user-provided variable values.
Documentation
1
2
3
4
5
6
{
  "git": {
    "sha1": "24ce2bfba3e5bc2d29bacaf882b9460b39045c27"
  },
  "path_in_vcs": ""
}