Skip to content

robshelly/postfix-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postfix Calculator

This project took a premade GUI for a simple calculator. I implemented a postfix notation function whereby the calculator parses an input expression (infix notation) as a postfix notation and displays it. It also displays the value of the expression by evaluating the postfix expression using a stack.

Language

  • Java

GUI Toolkit

  • Java Swing

Packages

  • Princeton Standard Library
  • Google Guava

About

Infix to postfix calculator created

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages