oppiliappan / eva

a calculator REPL, similar to bc(1)
MIT License
823 stars 29 forks source link

Parsing with shunting yard #57

Open pickfire opened 2 years ago

pickfire commented 2 years ago

https://github.com/matklad/minipratt/blob/master/src/bin/shunting-yard.rs seemed interesting, I wonder if we can replace parser with that.