transcendental-lisp/src/function/builtin
Mike Cifelli 7de7996a27 Added function to the argument validator and refactored some code 2016-12-22 16:55:25 -05:00
..
APPLY.java Added function to the argument validator and refactored some code 2016-12-22 16:55:25 -05:00
ATOM.java Added function to the argument validator and refactored some code 2016-12-22 16:55:25 -05:00
CAR.java Refactored the eval package 2016-12-19 13:05:53 -05:00
CDR.java Refactored the eval package 2016-12-19 13:05:53 -05:00
COND.java Refactored the eval package 2016-12-19 13:05:53 -05:00
CONS.java Refactored the eval package 2016-12-19 13:05:53 -05:00
DEFUN.java Refactored the eval package 2016-12-19 13:05:53 -05:00
DIVIDE.java Refactored the eval package 2016-12-19 13:05:53 -05:00
EQ.java Refactored the eval package 2016-12-19 13:05:53 -05:00
EQUAL.java Refactored the eval package 2016-12-19 13:05:53 -05:00
EQUALSP.java Refactored the eval package 2016-12-19 13:05:53 -05:00
EVAL.java Added function to the argument validator and refactored some code 2016-12-22 16:55:25 -05:00
EXIT.java Refactored the eval package 2016-12-19 13:05:53 -05:00
FUNCALL.java Refactored the eval package 2016-12-19 13:05:53 -05:00
GREATERP.java Refactored the eval package 2016-12-19 13:05:53 -05:00
LAMBDA.java Refactored the eval package 2016-12-19 13:05:53 -05:00
LENGTH.java Refactored the eval package 2016-12-19 13:05:53 -05:00
LESSP.java Refactored the eval package 2016-12-19 13:05:53 -05:00
LET.java Refactored the eval package 2016-12-19 13:05:53 -05:00
LIST.java Refactored the eval package 2016-12-19 13:05:53 -05:00
LISTP.java Refactored the eval package 2016-12-19 13:05:53 -05:00
LOAD.java Refactored the eval package 2016-12-19 13:05:53 -05:00
MINUS.java Refactored the eval package 2016-12-19 13:05:53 -05:00
MULTIPLY.java Refactored the eval package 2016-12-19 13:05:53 -05:00
NULL.java Refactored the eval package 2016-12-19 13:05:53 -05:00
PLUS.java Added function to the argument validator and refactored some code 2016-12-22 16:55:25 -05:00
PRINT.java Refactored the eval package 2016-12-19 13:05:53 -05:00
QUOTE.java Refactored the eval package 2016-12-19 13:05:53 -05:00
SETF.java Refactored the eval package 2016-12-19 13:05:53 -05:00
SYMBOL_FUNCTION.java Added unit tests and did some refactoring 2016-12-20 12:03:37 -05:00