A Lisp interpreter written in Kotlin
Go to file
Mike Cifelli 0a5228d5a7 Update argument validation and added unit tests
Fixed some bugs in LET and LAMBDA

Refactored the code in UserDefinedFunction
2017-02-04 13:51:10 -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
lisp Added unit tests and refactored the let form 2017-02-04 12:03:31 -05:00
src Update argument validation and added unit tests 2017-02-04 13:51:10 -05:00
test Update argument validation and added unit tests 2017-02-04 13:51:10 -05:00
.classpath Additional refactoring for eclipse 2016-12-07 16:40:08 -05:00
.gitignore Initial commit 2016-12-07 14:16:45 -05:00
.project Fixed the ant build's output directory 2016-12-08 09:11:12 -05:00
build.xml Refactored the interpreter and updated the build file 2016-12-17 10:19:18 -05:00