/math_interpreter

a math interpreter written in rust

Primary LanguageRust

Math Intepreter

usage:

$ cargo run
>>> 1 + 2
3
>>> 5 + 3 * 2
11
>>> 1 + 2 / 4 * 1 % 2 + 10 - 4
7.5