Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 235 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 235 Bytes

simple-eval

A zero-dep "fun little weekend project" that evaluates math expressions by parsing an AST using the shunting yard algorithm then recursively evaluating tree nodes. Written in rust, so it's 🔥 blazingly fast 🔥.