This repo contains a calculator I wrote in rust with egui for a high school coding project, with its own Shunting yard algorithm implementation.
It compiles to desktop and web platforms. (via cargo run/cargo build for desktop and trunk serve/trunk build --release for web). It also retains its state and history.
This repo is also related to my Shunting yard algorithm visualization repo. My writing about the project is available in Czech, with certain details redacted.
