Expand description
This crate contains logic for an application to parse and evaluate basic rational number arithmetic using standard operator precedence and associativity.
Modules
Structs
- Evaluates the supplied input.
- A value from a previous expression that is to be displayed potentially in decimal form.
Enums
- The error that is returned when attempting to evaluate the input.
- A successful evaluation of an input.