Skip to content

AntonBronnfjell/Infix-to-Postfix-Using-Programming-Hierarchy-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infix to Postfix (Using Programming Hierarchy)

Ideal for compiler designing.

This is a project only for education purposes.

How to use this project?

Easy, just when type an operator just add a blank space and when you type an operand just make you sure if it's a word, it has been seperated between other expressions. When you finish to type your expression end it with ";". For example:

hello=2+a(2/2);

And in the project should be:

hello = 2 + a ( 2 / 2 ) ;

I know it's uncomfortable but I just tried to make this project easier as posible. I hope you learn with this.

About

Ideal for compiler designing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages