Polish calculator This deposit contains my project as part of Java OOP lecture at the University of Strasbourg. To run the program javac *.java java Test "(your values)" For exemple: Command line -> java Test "3 4 +" Result -> Expression : 3 4 + , result : 7