8000
Skip to content
#

expression-parser

Here are 21 public repositories matching this topic...

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

This repository is a course project for China University of Petroleum (Beijing). It implements an expression calculator on AT89C51 (8051 MCU) + LCD1602 + a 4×5 keypad input (4×4 matrix + 4 single keys). The calculator supports decimals and parentheses.

  • Updated Jan 24, 2026
  • C

Improve this page

Add a description, image, and links to the expression-parser 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 topic, visit your repo's landing page and select "manage topics."

Learn more

0