There are 2 repositories under shunting-yard-algorithm topic.
⌨️Camera calculator with Vision
🌳 Generate expression trees of arithmetic expressions 🌴
C library for evaluating expressions with the abstract syntax tree.
Small Expression Parser Using Shunting Yard Algorithm
Compile and evaluate regular expressions using Non-deterministic Finite Automata (NFAs).
Learning tree data structures and related algorithms.
A simple and scientific calculator built with Kotlin and Android Studio. Implementing the Shunting Yard algorithm to calculate full formulas.
A simple but effective C++ math evaluator
Simple library with parser of mathematical expressions and operators from string (returns array of tokens with math expressions), translator to RPN and stack calculator. Also this lib contain simple strtok-like wrapper for calculations
Boolean calculator written in C# that implements Djikstra's Shunting Yard algorithm and RPN (reverse polish notation).
Ultra fast plot drawer using JIT and SIMD technologies. Course Homework.
The well known Shunting-Yard parser algorithm
Parses math expressions using shunting yard algorithm
A proof checker for natural deduction in predicate logic
Python implementation of Shunting-yard Algorithm to evaluate logical tag expressions
The card memory game is a simple game to test the player's memory. In a deck of paired cards, the player needs to select a matching pair in consecutive turns.
Simple calculator that supports BODMAS, nested parentheses, unary operators, and more. Precision of output can be varied.
Converts regular expressions into its equivalent finite automata. Project for Theory of Automata course at Vanderbilt University.
A collection of math expression parsers that were developed in my tutorial series: https://inspirnathan.com/posts/149-math-expression-parser-in-javascript/
Implementing Shunting-yard algorithm to parse expression
Implementation of precedence parsers and it's specific case - shunting yard algorithm
Advanced version of the calculator with plotting, trigonometric functions, x variable. Also loan and deposit calculator.
A calculator using the Shunting-Yard-Algorithm to transform the infix expression (7 * 2) to postfix (7 2 *).
A very simple python script which can do math on user-written strings
This project is a Math Interpreter, built entirely in VBA using the Shunting-Yard algorithm.
A simple command-line math evaluator written in C
Shunting yard Calculator is a C++ order of operations calculator that also supports trigonometry functions of sin, cos, and tan.
College first semester last assignment, Simple Math Expression Solver written in C++