Converts infix to RPN and then evaluates the expression
-
Updated
Oct 22, 2023 - C
Converts infix to RPN and then evaluates the expression
Implementation of Reverse Polish Notation (RPN) or Shunting-yard algorithm + unary operator support.
A simple interpreter based calculator with operator precedence
A simple calculator which supports brackets and various operators.
This is a basic calculator, similar to the bc Unix command. It handles the addition, subtraction, multiplication, division and modulo operations on integer values.
Expression evaluator in C language.
Advanced version of the calculator with plotting, trigonometric functions, x variable. Also loan and deposit calculator.
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
C library for evaluating expressions with the abstract syntax tree.
Creating your own shell
Add a description, image, and links to the shunting-yard-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the shunting-yard-algorithm topic, visit your repo's landing page and select "manage topics."