shunting-yard

Crates.ioshunting-yard
lib.rsshunting-yard
version1.0.2
sourcesrc
created_at2024-06-15 14:27:59.570691
updated_at2024-06-15 14:27:59.570691
descriptionA simple shunting yard algorithm implementation in Rust
homepage
repository
max_upload_size
id1272927
size17,691
Rhelvetican (Rhelvetican)

documentation

README

Shunting-Yard implemented in Rust

my teammates wanted to use C++ but the glory of Rust compelled me to make this

features

  • +, - : plus and minus
  • *, - : multiply and divide
  • ^ : pawa
  • ! : fact
  • named variables
  • etc
Commit count: 0

cargo fmt