transcendental-lisp/test/function/builtin/special
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
..
ANDTester.java Added the following built-ins: AND & OR 2017-02-05 16:00:56 -05:00
CASETester.java dlambda was converted for multiple method classes 2017-03-01 16:33:06 -05:00
CONDTester.java dlambda was converted for multiple method classes 2017-03-01 16:33:06 -05:00
DEFINE_MACROTester.java Store the base directory for an interpreted files 2017-03-05 10:20:31 -05:00
DEFUNTester.java Store the base directory for an interpreted files 2017-03-05 10:20:31 -05:00
IFTester.java Resolves #1 - Added the IF Special Form 2017-02-21 12:35:47 -05:00
LAMBDATester.java Major Refactor - Static constants and test case names 2017-03-02 09:54:23 -05:00
LETTester.java Add more advanced lisp objects 2017-03-06 16:52:06 -05:00
ORTester.java Added the following built-ins: AND & OR 2017-02-05 16:00:56 -05:00
PROGNTester.java Resolves #6 - PROGN Special Function (Form) 2017-02-27 15:36:17 -05:00
QUOTETester.java Resolves #11 - The CASE special function has been added 2017-02-28 15:01:05 -05:00
SETFTester.java Resolves #11 - The CASE special function has been added 2017-02-28 15:01:05 -05:00