Creating your own shell
-
Updated
Jul 28, 2023 - C
Creating your own shell
C library for evaluating expressions with the abstract syntax tree.
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
Expression evaluator in C language.
Advanced version of the calculator with plotting, trigonometric functions, x variable. Also loan and deposit calculator.
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.
Converts infix to RPN and then evaluates the expression
Basic CLI calculator using the Shunting Yard Algorithm
Konzolová aplikace určená k řešení problémů lineárního programování pomocí simplexové metody s technikou velkého M.
Implementation of Reverse Polish Notation (RPN) or Shunting-yard algorithm + unary operator support.
A simple interpreter based calculator with operator precedence
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."