Boolean calculator written in C# that implements Djikstra's Shunting Yard algorithm and RPN (reverse polish notation), see preview it on YouTube.
Feel free to star this repository if you think its useful for you 😄 !
- "Evaluate a boolean expression represented as string", see reference;
- "Logical connective", see reference;
- "Complete Character List for UTF-8", see reference;
- "UTF-8 encoding table and Unicode characters", see reference;
- "List of logic symbols", see reference;
- "The Shunting Yard Algorithm", see reference;
- "Truth Table Generator", see reference;
- "C# realization of Shunting-yard algorithm", see reference;