An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with infix-notation

A curated list of projects in awesome lists tagged with infix-notation .

https://github.com/rm-hull/infix

A Clojure library for expressing LISP expressions as infix rather than prefix notation

clojure infix-expression infix-notation

Last synced: 06 Apr 2025

https://github.com/peey/ugly-tiny-infix-macro

A tiny and simple macro to allow writing of binary operations in infix notation

infix-notation lisp macros

Last synced: 04 Jul 2025

https://github.com/mrcdr/polisher

Infix notation to S-expression (Polish notation) translator for Common Lisp

common-lisp infix-notation

Last synced: 09 Jul 2025

https://github.com/ibrahimbutt/synthcal

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

calculator calculator-application electron infix-notation parcel postfix-evaluation postfix-notation react shunting-yard synthwave

Last synced: 27 Oct 2025

https://github.com/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.

c infix infix-expression infix-notation infix-to-postfix infix-to-potfix infix2potfix postfix postfix-notation stack

Last synced: 03 Apr 2025

https://github.com/camel-cdr/culator

A simple infix notation floating-point cli calculator

calculator infix-notation recursive-descent-parser

Last synced: 29 Dec 2025

https://github.com/oiricaud/infixtopostfix

Write a program that, given an arithmetic expression, first transforms it to a postfix form, and then computes its value (by using the stack-based algorithms that we recalled in class).

automata infix-notation postfix

Last synced: 11 Sep 2025

https://github.com/adamwhitehat/mathnotationconverter

Infix to postfix notation converter and postfix evaluation

infix-notation maths postfix reverse-polish-notation shunting-yard-algorithm

Last synced: 29 Oct 2025

https://github.com/basemax/infix2postfix

This is a simple infix to postfix converter written in JavaScript. It is a simple project that I made to show other students how they can easily design this type of program and how they can use it to solve their problems.

infix infix-calculator infix-expression infix-expression-parser infix-expressions infix-notation infix-to-postfix infixtopostfix infixtopostfix-expression javascript js

Last synced: 03 Apr 2025

https://github.com/lambdacasserole/sugarsnap

Super generic and reusable shunting and parsing library.

dijkstra expression infix-notation parser reverse-polish-notation shunting-yard-algorithm

Last synced: 06 Apr 2025

https://github.com/anthonymazzie/infixtopostfix

Java program that converts infix expressions to postfix expressions

infix-notation infix-to-postfix java learning mathematics

Last synced: 02 Apr 2025

https://github.com/b1z0n/notationconverter

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

arithmetic-expression infix-notation postfix-notation prefix-notation tdd

Last synced: 06 Jul 2025

https://github.com/brettfazio/c-arithmetic-notation-evaluation

Evaluates Infix Expression in C without objects.

c infix infix-expression-parser infix-notation

Last synced: 16 Mar 2025

https://github.com/renddslow/mathd

A small (1.78KB) parser to evaluate infix notation to values (without using eval).

calculator expression infix infix-notation infixtopostfix math maths notation rpn rpn-calculator rpn-expression

Last synced: 15 Mar 2025