Skip to content

souhardyaghosh/Postfix_Prefix_Evaluation

 
 

Repository files navigation

Prefix and Postfix Calculator : prepostcalc.surge.sh

Project Overview

Welcome to the Prefix and Postfix Calculator project! This tool evaluates mathematical expressions written in prefix and postfix notation. Built using a combination of HTML, CSS, JavaScript, and C, this calculator provides an efficient way to process and evaluate single-digit expressions.

Tech Stack

  • HTML: Provides the structure of the web pages.
  • CSS: Styles the pages for a clean and user-friendly interface.
  • JavaScript: Implements the logic for evaluating prefix and postfix expressions.
  • C: Contains the core evaluation logic compiled to WebAssembly for performance.

Features

  • Prefix Evaluation: Evaluate expressions written in prefix notation.
  • Postfix Evaluation: Evaluate expressions written in postfix notation.
  • User Interface: Simple and intuitive design to input and view results.

Contributors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Site Name

The calculator is accessible at prepostcalc.surge.sh.

Labels

  • Keywords: Prefix Calculator, Postfix Calculator, Evaluate Expressions, WebAssembly Calculator
  • Meta Description: A powerful web-based tool for evaluating prefix and postfix mathematical expressions. Built using HTML, CSS, JavaScript, and C, providing efficient and accurate results.

THANKS

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.7%
  • HTML 5.1%
  • CSS 2.2%