Thanks to visit codestin.com
Credit goes to github.com

Skip to content
#

expression-evaluator

Here are 33 public repositories matching this topic...

Programming language for symbolic computation with unusual combination of pattern matching features: Tree patterns, associative patterns and expressions embedded in patterns.

  • Updated Sep 26, 2025
  • C

Any mathematical expression can be expressed in infix, post-fix and pre-fix formats. This C application is a universal expression convertor implemented using stack data structure. This structure will take input of input expression and conversion option from the user and provide the output in the desired format. The goal of this application is to…

  • Updated Feb 14, 2021
  • C

Improve this page

Add a description, image, and links to the expression-evaluator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the expression-evaluator topic, visit your repo's landing page and select "manage topics."

Learn more