Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 364 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 364 Bytes

Expression-Compiler

A C++ Arithemtic Expressions' Compiler, that mimics the behaviour of in built compilers (to convert infix expressions to postfix expressions). The file named 'EVALPOST.cpp' has the code to calculate/evaluate an arithmetic postfix expression. The file named 'InfixToPostfixCompiler.cpp' has the code to convert an infix expression to postfix.