An open API service providing repository metadata for many open source software ecosystems.

Topic: "postfix-notation"

tc39/proposal-smart-pipelines 📦

Old archived draft proposal for smart pipelines. Go to the new Hack-pipes proposal at js-choi/proposal-hack-pipes.

Language: HTML - Size: 1.13 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 181 - Forks: 15

akalenuk/the_namingless_programming_language

Naming is hard. How far can we go without?

Language: C++ - Size: 155 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 137 - Forks: 3

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

Language: C - Size: 216 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 136 - Forks: 109

cicada-lang/inet-cute

An implementation of interaction nets. -- ASCII art inspired syntax. -- Pure postfix expression. -- Using a stack-based low-layer language to build nets.

Language: TypeScript - Size: 3.33 MB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 126 - Forks: 2

adityabisoi/notation-guru

An application to convert expression notations

Language: JavaScript - Size: 373 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 34

kolosovpetro/RpnCalculator

Reverse Polish Notation Calculator. Evaluates infix expressions.

Language: C# - Size: 42 KB - Last synced at: 13 days ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 2

Kourva/PostFix

Simple android app to convert Infix expression to Postfix

Language: Python - Size: 422 KB - Last synced at: 9 days ago - Pushed at: 8 months ago - Stars: 8 - Forks: 0

RezaGooner/prefix-postfix-algorithms

Language: C++ - Size: 3.65 MB - Last synced at: 19 days ago - Pushed at: about 1 month ago - Stars: 7 - Forks: 0

useptr/simple-rpn-calculator

Simple RPN (reverse polish notation) calculator. Reverse polish notation is also referred to as postfix notation.

Language: C++ - Size: 842 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 5 - Forks: 0

KaikySantos/postfix-expressions

➗ Solve postfix expressions in c and python.

Language: C - Size: 176 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

mohamedsalahh/Algebraic-Expression-Parser

Help to control and handle any algebraic expression and perform popular expression operations like getting postfix, prefix, and expression tree.

Language: Python - Size: 73.2 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

mahdihaghverdi/postfixcalc

Simple and safe math expression evaluator

Language: Python - Size: 337 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

Alexey-Sagaydak/Compiler

Текстовый редактор с функциями языкового процессора (курсовая работа по теории формальных языков и компиляторов (ТФЯиК) за 6 семестр)

Language: C# - Size: 3.13 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 0

andeen171/Calculadora_Inteligente

Calculadora no console, capaz de interpretar operações muito complexas graças a algoritmos de conversão Infix e Postfix.

Language: Python - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

ibrahimbutt/synthcal

A desktop calculator with a synthwave aesthetic. Made with React and Electron.

Language: JavaScript - Size: 48.3 MB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

shurko0x4cfd/FSML

Homoiconic postfix concatenative programming language

Language: JavaScript - Size: 398 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

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.

Language: C - Size: 51.8 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

AjayLiu/notation-visualizer

An interactive website to visualize how Infix, Prefix (Polish), and Postfix (Reverse Polish) notation are converted and evaluated.

Language: TypeScript - Size: 3.34 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

senavs/MathExpressionCompiler

:heavy_check_mark: Functions that show how compilers evaluate mathematical expressions

Language: Python - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

feasterjon/rpncalc

A Reverse Polish Notation (RPN) Calculator

Language: TypeScript - Size: 1.28 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

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.

Language: C - Size: 67.4 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

davisakamoto/ExpressionSolver

Leitor, solucionador e conversor de expressões numéricas em forma infixa ou posfixa em C++

Language: C++ - Size: 296 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Vaneeza-7/Data-structures-assignments 📦

Data Structures: Arrays, Stacks, Queues, Graphs applications in image processing, tag parsing and routes/maps respectively.

Language: C++ - Size: 37.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Sagar-Sharma-7/Infix-to-Postfix

Stack concept (LIFO) of Python - Infix to Postfix - under development 🚧🚧🚧🚧

Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

DragosPetri/Expression_Evaluator

Proof of concept implementation for Queue and Stack

Language: C++ - Size: 5.4 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

cau777/Smart-Calculator

A simple calculator in Python that supports basic operations, variable and parenthesis.

Language: Python - Size: 4.88 KB - Last synced at: 28 days ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

mentalmove/ShuntingYard

Shunting yard algorithm and reverse polish (postfix) notation term calculator in 7 different languages

Size: 45.9 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

carlosrs14/evaluar-expresiones

A program made in c++ that evaluates arithmetic expressions using postfix notation.

Language: C++ - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Haus226/OptViz

Language: Python - Size: 205 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

vzalygin/plc

Postfix language compiler

Language: Rust - Size: 53.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Przemyslawmd/MathExpression

Language: Python - Size: 187 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

YuriusuDev/calculator

Generic calculator with order of precedence.

Language: JavaScript - Size: 39.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

maricr-sk/BST-Project

Implements prefix, postfix, inorder, and levelorder notation and searches on a BST

Language: Java - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Fferly/AMC-PostfixNotation

AMC Bridge preinterview task

Language: Java - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Viren002/Calc

This calculator project is made in HTML , CSS, JS. Uses postfix expression conversion and evaluation .

Language: CSS - Size: 45.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

orendaniel/cparus

A C interpreter for Parus

Language: C - Size: 149 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

philippgehrig/Laborprojekt-Theoretische-Informatik

DHBW Stuttgart, Algorithmen und Komplexität, Labor, Semester 2

Language: C++ - Size: 64.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

GravityTwoG/math-eval

The app for execution of math expressions.

Language: TypeScript - Size: 137 KB - Last synced at: 7 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

krca2021/cs62TextCalculator

Assignment from CS62 Data Structures & Advanced Programming @ Pomona College

Language: Java - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

urluconceptual/machine-code-decoder

The first project implemented for the Computer Architecture course. Decoding and evaluation of hexadecimal machine code, implemented in Assembly x86 (AT&T).

Language: Assembly - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

welel/calculator-desktop

GUI Calculator for desktop.

Language: Python - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

QuantumWizard888/fabula

A little Python calculator based on postfix notation.

Language: Python - Size: 10.7 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

NBsyxx/tweet-query-search-python3

Initialize a search engine with tweets from csv. Use logic expression like AND OR NOT to form a query and search over it. Non-query expression is also supported.

Language: Python - Size: 109 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

orendaniel/parus-manual

The manual for the Parus language

Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

joulook/Data-Structures-and-Algorithms-Fall-2016

In this repository you can find all of my assignments for Data Structures and Algorithms Course when I was in 3rd semester of my bachelor's at IAUSTB.

Language: Java - Size: 763 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

machkouroke/Smart_Calculator

Smart calculator and expression evaluator in python

Language: Python - Size: 12.7 KB - Last synced at: 22 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

HyperVS/notation-converter

An implementation of a Deque data structure to convert between common mathematical notations for arithmetic, namely postfix, infix, and prefix notations.

Language: C++ - Size: 95.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

phineasla-hcmus/2.1-DSA-Postfix 📦

Arithmetic parser

Language: C++ - Size: 1.32 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ixiDev/MEE

MEE Math Expression Evaluator

Language: Kotlin - Size: 118 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

darajnish/gtk-calculator

Just trying out to create a simple calculator in GTK+3 using postfix evaluation algorithm

Language: C - Size: 5.86 KB - Last synced at: 9 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

mlennig/infix_to_postfix

Turns infix notation into postfix notation.

Language: C++ - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

nikola-vukicevic/notacije_prevodjenje

Prevođenje algebarskih izraza iz jednog oblika notacije u drugi - Projekat za V godinu škole programiranja

Language: Java - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

RyanSamman/GateParser

A simple expression parser to process logic gates.

Language: Python - Size: 82 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

cengizozel/Infix-Calculator

Using my own stack and queue implementations, this program takes several lines of infix notation mathematical calculations, convert them to postfix notation, and evaluate them.

Language: Java - Size: 88.9 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

etrian-dev/infix-to-postfix

A simple infix to postfix expressions conversion program, written in C

Language: C - Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

uemanon/rpn

Reverse Polish notation converter and calculator.

Language: Go - Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

petrenko-alex/postfix-calculator

[Архив 2015] Калькулятор в обратной польской нотации / Simple postfix calculator

Language: C++ - Size: 65.4 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

rabestro/jetbrains-academy-smart-calculator

Calculators are a very helpful tool that we all use on a regular basis. Why not create one yourself, and make it really special? In this project, you will write a calculator that not only adds, subtracts, and multiplies, but is also smart enough to remember your previous calculations.

Language: Java - Size: 15.6 KB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

B1Z0N/NotationConverter

Class for converting from one arithmetical notation to another. Written with TDD.

Language: C++ - Size: 1.48 MB - Last synced at: 12 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

lionelGoffaux/Calculator

RPN calculator using MVC pattern

Language: Java - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

StanleySathler/postfix-evaluator

Evaluates a postfix expression and calculate its result

Language: C - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

LinDevHard/RPn-algo

Postfix calculator

Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

marllonfrizzo/postfix-to-infix

Conversion of a postfixed mathematical expression to infix.

Language: Java - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

masterccc/NPI_calc

Reverse Polish Notation calculator

Language: C - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

0x01h/prefix-calculator 📦

Converting prefix notation to postfix notation and calculating result using stack data structure.

Language: C++ - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

meysam81/Arithmetic-term

Back from the college days, an implementation of arithmetic terms and their prefix, infix & postfix traverse

Language: C++ - Size: 4.2 MB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

BlinfoldKing/postfix-arithmetic-formatter

a simple formatter that convert the infix notation into postfix notation then parse it to get the value

Language: C++ - Size: 1.03 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

BrawnyClover/PostFix_Notation_Calculator

프로그래밍 과제/ 후위표기 계산기

Language: C - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

emanueleffe/InfixToPrefixPostfix

This program can convert an expression from infix to postfix or prefix notation

Language: C - Size: 22.5 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

eltonvs/BARES

:pencil: BARES - Basic ARithmetic Expression Evaluator based on Stacks

Language: C++ - Size: 74.2 KB - Last synced at: about 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 1

fsaporito/MathParser

Parser And Evaluator Of Mathematical Expression

Language: Java - Size: 3.22 MB - Last synced at: over 1 year ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

Related Topics
infix-notation 22 prefix-notation 14 stack 14 postfix-evaluation 14 calculator 13 infix-to-postfix 12 postfix 10 data-structures 9 postfix-expression 8 python 8 c 8 cpp 8 postfix-calculator 7 reverse-polish-notation 6 rpn-calculator 6 rpn 6 java 5 infix 5 math 5 parser 4 react 4 javascript 4 shunting-yard-algorithm 4 calculator-application 4 queue 3 postfix-to-infix 3 infixtopostfix-expression 3 infix-expression 3 programming-language 3 infixtopostfix 3 algorithms 3 stacks 3 mathematical-expressions 3 postfix-to-prefix 2 typescript 2 progressive-web-app 2 compilers 2 algorithm 2 polish-notation 2 algorithms-and-data-structures 2 arithmetic-expression 2 conversion 2 prefix 2 compiler 2 linked-list 2 evaluator 2 infix-operators 2 tacit 2 inorder-traversal 2 shunting-yard 2 gui 2 mathematics 2 expression-parser 2 algebraic-expressions 1 expression-tree 1 prefix-expression 1 reactjs 1 cmake 1 gtk 1 gtk3 1 miniprogram 1 small-basic 1 small-example 1 small-projects 1 search-algorithm 1 search-engine 1 nodejs 1 tdd 1 all-pairs-shortest-path 1 connected-component-labelling 1 dice-coefficient 1 dijkstra-algorithm 1 error-detection 1 graphs 1 kmeans-clustering 1 least-recently-used-algorithm 1 object-detection 1 tc39 1 topic 1 topic-reference 1 unary-functions 1 array-oriented-language 1 stack-oriented 1 rest-api 1 graph-functions 1 pyqtgraph 1 infix-to-potfix 1 infix2potfix 1 concatenative 1 homoiconic 1 point-free 1 transpile 1 arraydeque 1 enum 1 hashmap 1 interface-java 1 jetbrains-academy 1 lambda-expressions 1 lambda-functions 1 list 1