prefix-notation
There are 31 repositories under prefix-notation topic.
cognate-lang/cognate
A human readable quasi-concatenative programming language
tc39/proposal-smart-pipelines
Old archived draft proposal for smart pipelines. Go to the new Hack-pipes proposal at js-choi/proposal-hack-pipes.
lnogueir/expression-tree-gen
🌳 Generate expression trees of arithmetic expressions 🌴
primaryobjects/genetic-programming
Genetic programming for math equations with prefix expression trees.
lcallarec/united
Units manipulation in Vala made easy
adityabisoi/notation-guru
An application to convert expression notations
tomc128/boolean-expression-parser
Boolean expression parser
TheSecondComing123/unlab
The unlab golfing language
AjayLiu/notation-visualizer
An interactive website to visualize how Infix, Prefix (Polish), and Postfix (Reverse Polish) notation are converted and evaluated.
mohamedsalahh/Algebraic-Expression-Parser
Help to control and handle any algebraic expression and perform popular expression operations like getting postfix, prefix, and expression tree.
dragoncoder047/cogni
Experimental direct interpreter for the Cognate programming language made by @StavromulaBeta
SynergygraphicIB/Automatization-of-Tag-Creator-based-on-UserName-Across-Accounts
In this project we deployed an Auto-tagging Lambda function in a Central Account within an Organization that does the tagging for a specific list of creation events for any Linked account for any region in the entire organization that is included in the pipeline. Thus optimizing Cost Control and governance of resources.
2A5F/L-exp
Just a try / It is an extended version of a prefix expression
bsteen/cpeg621-infix-calc
CPEG 621 Lab 1 - Infix calculator and prefix generator using flex (lex) and bison (yacc)
customcommander/lib-pn
Prefix notation utilities. Includes infix to prefix conversion and prefix expression evaluation.
JoshTheLion/PlotScript
My semester project for ECE 3574, Applied Software Design (it's a bit messy, I need to go back and clean it up when I have time)
maricr-sk/BST-Project
Implements prefix, postfix, inorder, and levelorder notation and searches on a BST
SARTHAK2511/INFIX-TO-PREFIX-POSTFIX-CONVERTER
A menu driven C++ programe to do all type of polish conversions . Infix to Postfix converter,Infix to Prefix converter,Postfix to Infix converter,Prefix to Infix converter,Postfix to Prefix and Prefix to Postfix
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.
emanueleffe/InfixToPrefixPostfix
This program can convert an expression from infix to postfix or prefix notation
HyperVS/notation-converter
An implementation of a Deque data structure to convert between common mathematical notations for arithmetic, namely postfix, infix, and prefix notations.
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.
Remonhasan/cp-code-library
algorithms & data structures that i learned for CP 💡
shurko0x4cfd/Raffinade
CoffeeScript/JavaScript library for my distinctive code style
Swiftaff/toylang
A functional toy language using Polish Notation which compiles to Rust for fun and experimentation.
B1Z0N/NotationConverter
Class for converting from one arithmetical notation to another. Written with TDD.
meysam81/Arithmetic-term
Back from the college days, an implementation of arithmetic terms and their prefix, infix & postfix traverse
nikola-vukicevic/notacije_prevodjenje
Prevođenje algebarskih izraza iz jednog oblika notacije u drugi - Projekat za V godinu škole programiranja
zekeriyafince/PolishNotation
Algorithm for calculation to prefix notations.