Dorper Website of Paul Carver Harrison

Rust Expression Evaluator

Source Code Available

This is the first Rust project that I have worked on. It implements a scientific calculator and some other functions. It parses PEMDAS infix notation math, compiles it into a FORTH-like bytecode, and executes it. It uses the shunting yard algorithm.