Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Java PJ2 Lisp Expression Evaluator CSC220

Notifications You must be signed in to change notification settings

gequitz/LispExpressionEvaluator

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

LispExpressionEvaluator

 CSC220 Programming Project#2 
 http://joeganley.com/code/jslisp.html (GUI) 
 - / must have at least one operand 
 (/(+20 30)) 
 public LispExpressionEvaluator() 
 public LispExpressionEvaluator(String inputExpression) 
 public void reset(String inputExpression) 
 public double evaluate() 
 private void evaluateCurrentOperation()