Projects in Awesome Lists tagged with infix-expression
A curated list of projects in awesome lists tagged with infix-expression .
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/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/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/meysam81/arithmetic-term
Back from the college days, an implementation of arithmetic terms and their prefix, infix & postfix traverse
ascii ascii-art characters cplusplus infix infix-expression infix-expression-parser infix-notation infix-operators infixtopostfix infixtopostfix-expression postfix postfix-expression postfix-notation prefix prefix-notation stack string string-manipulation switch-case
Last synced: 16 Mar 2025