Skip to content

jaysethi/Expression-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages