transcendental-lisp/test/function/builtin/special
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
..
ANDTester.java Added the following built-ins: AND & OR 2017-02-05 16:00:56 -05:00
CASETester.java Parts of CASE and COND were refactored 2017-02-28 16:16:43 -05:00
CONDTester.java Parts of CASE and COND were refactored 2017-02-28 16:16:43 -05:00
DEFINE_MACROTester.java Resolves #11 - The CASE special function has been added 2017-02-28 15:01:05 -05:00
DEFUNTester.java User defined functions now set up their scope correctly 2017-02-27 12:00:24 -05:00
IFTester.java Resolves #1 - Added the IF Special Form 2017-02-21 12:35:47 -05:00
LAMBDATester.java User defined functions now set up their scope correctly 2017-02-27 12:00:24 -05:00
LETTester.java Resolves #11 - The CASE special function has been added 2017-02-28 15:01:05 -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