Crate yard

Source
Expand description

Evaluate arithmetic operations of a string, based on the shunting yard algorithm.

Modules§

evaluator
parser
token

Functions§

evaluate
evaluate is a wrapper reducing the amount of code needed to process a string. #Example