reverse-polish-notation
There are 175 repositories under reverse-polish-notation topic.
onmyway133/MathSolver
⌨️Camera calculator with Vision
kkalinowski/lib12
lib12 is a library of universal helpers and extensions useful in any .NET project
arjvik/RPN-Ti84
Advanced Reverse Polish Notation entry program for the Ti-84+CE calculators
marc-dantas/pile
A simple, general-purpose concatenative scripting programming language
Jackojc/klaxon
Minimalist RPN language that compiles to x86-64 assembly (with more backends to come).
kolosovpetro/RpnCalculator
Reverse Polish Notation Calculator. Evaluates infix expressions.
hildogjr/Notepad-plus-plus--languages
Notepad++ highlighting languages (SPICE & RPN/RLP/Lisp/HP50g)
Jackojc/deck
Minimalistic stack based language with unstructured control flow that compiles to x64 assembly
Allain18/pol
Command line calculator with reverse polish notation
glebec/functional-math-compiler
Exercise creating a functional JavaScript math expression compiler
jbutcher5/MathEvaluator
A simple but effective C++ math evaluator
jtappin/RPNcalc
RPN Scientific calculator using Gtk-Fortran
8bitprodigy/nrpnc
Reverse Polish Notation calculator written in Nim.
jr20xx/JCalc
Java library to solve simple Math expressions
AjayLiu/notation-visualizer
An interactive website to visualize how Infix, Prefix (Polish), and Postfix (Reverse Polish) notation are converted and evaluated.
Devwarlt/calclog
Boolean calculator written in C# that implements Djikstra's Shunting Yard algorithm and RPN (reverse polish notation).
frendsick/torth
Stack-based programming language
HitaloM/Euclides
Euclides is a simple calculator that performs arithmetic operations using only addition and subtraction.
rostok2112/libcalc
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
senior-sigan/reverse_polish_calc_cpp
OOP-style Reverse Polish Calculator in C++ I did during twitch stream
squiidz/yard
Shunting yard in rust
suneil/rpn
Reverse Polish Notation Calculator
urbic/psylla
Extensible and embeddable Psylla language implementation written in Java
wompking/hattrick
An assignment-based esolang implementing a version of call/cc.
65001/AbMath
Math Library
jwt625/matlab-rpn
Reverse Polish notation calculator within matlab.
kn1ght/math-parser
Parses math expressions using shunting yard algorithm
lamhoangtung/Simple-Calculator-using-Reverse-Polish-Notation
Simple Calculator using Reverse Polish Notation
marckoch/SmartCalculator
Project "Smart Calculator" from JetBrainsAcademys Kotlin Developer Track
pyth0nic/Tinker-Online
Using go lang to build a tree from an expression using reverse polish notation, yes it is messy.
vifon/GravCalc
Accelerometer-based calculator for the Pebble smartwatch
wompking/spreadsheetlang
A Psi-inspired and spreadsheet-like esoteric programming language.
xaionaro-go/rpn
Reverse Polish Notation for Go (golang)
dead-tech/rack
Reverse Polish Notation Stack Based Programming Language
Leonardpepa/Reverse-Polish-Notation
Reverse Polish notation lexer, parser and very small compiler that generates jvm assembly code. The programs just calculates the mathematical expression (+, -, * , /) and prints out the answer.