Command line calculator with reverse polish notation
-
Updated
Jun 15, 2023 - Python
Command line calculator with reverse polish notation
An assignment-based esolang implementing a version of call/cc.
A Psi-inspired and spreadsheet-like esoteric programming language.
A reverse polish notation, stack based, concatinative, compiled programming language
Reverse Polish Notation Calculator
Parses then computes RPN expressions. Iterative algorithm, not the naive one! Problem originated from http://codingdojo.org/kata/. Further reading at https://en.wikipedia.org/wiki/Reverse_Polish_notation
Exploration of interpreters and parsing with various calculator programs
A rys-like stack based, reverse polish notation low-level programming language that transpiles down to assembly
Visualization of how the shunting yard algorithm works on an example equation, using Manim CE
Reverse Łukasiewicz Notation
Arithmetic expression evaluation using Reverse Polish Notation.
A python calculator that uses reverse polish notation behind the scene
A way of creating a PDF file that will draw a fractal (not contain an image of a fractal)
The full infix calculator kata, written in Python
RPN (Reverse Polish Notation) eval example
Simple Reverse Polish Notation calculator. It works with integer numbers only and the basic operators (+, -, *, /). The division result is the integer part of it.
Stack-based programming language
Add a description, image, and links to the reverse-polish-notation topic page so that developers can more easily learn about it.
To associate your repository with the reverse-polish-notation topic, visit your repo's landing page and select "manage topics."