Skip to content
#

expression-parser-engine

Here are 3 public repositories matching this topic...

Language: All
Filter by language

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-parser-engine 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-parser-engine topic, visit your repo's landing page and select "manage topics."

Learn more