postfix-notation
There are 72 repositories under postfix-notation topic.
akalenuk/the_namingless_programming_language
Naming is hard. How far can we go without?
tc39/proposal-smart-pipelines
Old archived draft proposal for smart pipelines. Go to the new Hack-pipes proposal at js-choi/proposal-hack-pipes.
hasancse91/data-structures
This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site
cicada-lang/inet-cute
An implementation of interaction nets in JS.
adityabisoi/notation-guru
An application to convert expression notations
kolosovpetro/RpnCalculator
Reverse Polish Notation Calculator. Evaluates infix expressions.
Kourva/PostFix
Simple android app to convert Infix expression to Postfix
KaikySantos/postfix-expressions
➗ Solve postfix expressions in c and python.
useptr/simple-rpn-calculator
Simple RPN (reverse polish notation) calculator. Reverse polish notation is also referred to as postfix notation.
mahdihaghverdi/postfixcalc
Simple and safe math expression evaluator
mohamedsalahh/Algebraic-Expression-Parser
Help to control and handle any algebraic expression and perform popular expression operations like getting postfix, prefix, and expression tree.
AjayLiu/notation-visualizer
An interactive website to visualize how Infix, Prefix (Polish), and Postfix (Reverse Polish) notation are converted and evaluated.
Alexey-Sagaydak/Compiler
Текстовый редактор с функциями языкового процессора (курсовая работа по теории формальных языков и компиляторов (ТФЯиК) за 6 семестр)
andeen171/Calculadora_Inteligente
Calculadora no console, capaz de interpretar operações muito complexas graças a algoritmos de conversão Infix e Postfix.
BaseMax/Infix2PostfixC
This is a simple program that converts infix expressions to postfix expressions. It is written in C and uses a stack to store the operators. It is a simple program that I wrote to show how to use a stack in C.
ibrahimbutt/synthcal
A desktop calculator with a synthwave aesthetic. Made with React and Electron.
senavs/MathExpressionCompiler
:heavy_check_mark: Functions that show how compilers evaluate mathematical expressions
shurko0x4cfd/FSML
Homoiconic postfix concatenative programming language
cau777/Smart-Calculator
A simple calculator in Python that supports basic operations, variable and parenthesis.
davisakamoto/ExpressionSolver
Leitor, solucionador e conversor de expressões numéricas em forma infixa ou posfixa em C++
feasterjon/rpncalc
A Reverse Polish Notation (RPN) Calculator
ixiDev/MEE
MEE Math Expression Evaluator
lionelGoffaux/Calculator
RPN calculator using MVC pattern
maricr-sk/BST-Project
Implements prefix, postfix, inorder, and levelorder notation and searches on a BST
mentalmove/ShuntingYard
Shunting yard algorithm and reverse polish (postfix) notation term calculator in 7 different languages
Pinedah/NotacionInfija-Postfija-v2.0
Algoritmo para convertir expresiones aritméticas de notación infija a notación posfija, desarrollado como parte de un proyecto de primer parcial en el curso de Algoritmos y Estructuras de Datos. Este código en C utiliza pilas y punteros para lograr una conversión eficiente y precisa.
RyanSamman/GateParser
A simple expression parser to process logic gates.
SL-Lee/rust-prefix-postfix-expression-evaluator
A rust library to evaluate prefix and postfix expressions.
Vaneeza-7/Data-structures-assignments
Data Structures: Arrays, Stacks, Queues, Graphs applications in image processing, tag parsing and routes/maps respectively.
VarunKhambhata/Infix-to-Postfix-expression-conversion
Convert ifix expression to postfix expression.
anaparoskii/postfix_calculation
domaći iz predmeta "algoritmi i strukture podataka" - postfiksni oblik matematičkog izraza
Fferly/AMC-PostfixNotation
AMC Bridge preinterview task
GravityTwoG/math-eval
The app for execution of math expressions.
Haus226/automaticDifferentiation
An automatic differentiation library inspired by micrograd and extend some functionalities
YuriusuDev/calculator
Generic calculator with order of precedence.
Hoda233/Lexical-Analyzer
Regex --> Postfix --> NFA --> DFA --> MinDFA