transcendental-lisp/src/function/builtin
Mike Cifelli 77a341a1a7 Add more advanced lisp objects
Added a class to compute compound interest.

An alias for FUNCALL has been added: CALL

Refactored some acceptance tests to load code from files.
2017-03-06 16:52:06 -05:00
..
cons Minor cleanup of LIST 2017-03-03 15:57:16 -05:00
math Major Refactor - Static constants and test case names 2017-03-02 09:54:23 -05:00
predicate Major Refactor - Static constants and test case names 2017-03-02 09:54:23 -05:00
special Add more advanced lisp objects 2017-03-06 16:52:06 -05:00
APPLY.java Cleaned up code and tests 2017-03-03 15:06:49 -05:00
EVAL.java Cleaned up code and tests 2017-03-03 15:06:49 -05:00
EXIT.java Major Refactor - Static constants and test case names 2017-03-02 09:54:23 -05:00
FUNCALL.java Add more advanced lisp objects 2017-03-06 16:52:06 -05:00
LOAD.java Add ability to run acceptance tests on files 2017-03-06 12:44:06 -05:00
PRINT.java Built-in function names are now defined through annotations 2017-02-26 16:47:06 -05:00
SET.java Cleaned up code and tests 2017-03-03 15:06:49 -05:00
SYMBOL_FUNCTION.java Cleaned up code and tests 2017-03-03 15:06:49 -05:00