A Lisp interpreter written in Kotlin
Go to file
Mike Cifelli 42191ec69d Parts of CASE and COND were refactored
Updated the terminology used in the code
Added test cases
Changed the format of error/warning messages
2017-02-28 16:16:43 -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
acctest/fixture User defined functions now set up their scope correctly 2017-02-27 12:00:24 -05:00
fitnesse Resolves #10 - The equality predicates have been refactored 2017-02-28 11:54:19 -05:00
lib Added a java recursion library 2017-02-22 14:43:03 -05:00
lisp Resolves #6 - PROGN Special Function (Form) 2017-02-27 15:36:17 -05:00
src Parts of CASE and COND were refactored 2017-02-28 16:16:43 -05:00
test Parts of CASE and COND were refactored 2017-02-28 16:16:43 -05:00
.classpath User defined functions now set up their scope correctly 2017-02-27 12:00:24 -05:00
.gitignore Added the FitNesse wiki and a simple acceptance test 2017-02-22 14:33:36 -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