A Lisp interpreter written in Kotlin
Go to file
Mike Cifelli 04cb46e94d Store the base directory for an interpreted files
A bug was resolved where some functions were getting a null
ErrorManager.

A reset funtion was added to RuntimeEnvironment.

Resolves #15
2017-03-05 10:20:31 -05:00
.externalToolBuilders Continued refactoring the LispParser and writing unit tests 2016-12-14 14:41:43 -05:00
.settings Fixed the ant build's output directory 2016-12-08 09:11:12 -05:00
fitnesse Cleaned up code and tests 2017-03-03 15:06:49 -05:00
lib Added a java recursion library 2017-02-22 14:43:03 -05:00
lisp Updated the compound interest script 2017-03-04 16:33:05 -05:00
src Store the base directory for an interpreted files 2017-03-05 10:20:31 -05:00
test Store the base directory for an interpreted files 2017-03-05 10:20:31 -05:00
.classpath Acceptance tests now run with JUnit 2017-03-02 15:26:21 -05:00
.gitignore Acceptance tests now run with JUnit 2017-03-02 15:26:21 -05:00
.project Fixed the ant build's output directory 2016-12-08 09:11:12 -05:00
build.xml Removed RuntimeExceptions and associated logic 2017-02-09 12:09:51 -05:00