My own implementation of Shunting Yard Algorithm for mathematical expression evaluation.
This project is just a learning experience for my current project, which is a programming language called idk, and I need that algorithm for evaluating mathematical and logical expressions.
- Python 3.10
I'm gonna be using some fancy features avaiable on Python 3.10, such as match-case statements.
git clone https://github.com/HicaroD/ShuntingYardAlgorithm && cd ShuntingYardAlgorithm
python sy
This project is licensed under the MIT License. See LICENSE.