Skip to content

ulisesmtz/LispEvaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

LispEvaluator

Main java file is called TestLispExprEvaluator. User enters a lisp string such as (+ 1 2 (/ 5 2)) and it ouputs the result (in this case 5.5). User can enter "exit" to terminate the program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages