You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🔥.