transcendental-lisp/src/function/builtin
2017-01-13 14:05:33 -05:00
..
APPLY.java Added more unit tests for the built-in functions 2016-12-23 10:53:11 -05:00
ATOM.java Added more unit tests and refactored some built in functions 2016-12-29 13:32:45 -05:00
CAR.java Added more unit tests for the built-in functions 2016-12-23 10:53:11 -05:00
CDR.java Added more unit tests for the built-in functions 2016-12-23 10:53:11 -05:00
COND.java Added more unit tests and refactored some built in functions 2016-12-29 13:32:45 -05:00
CONS.java Started refactoring and writing unit tests for DEFUN 2016-12-25 13:29:06 -05:00
DEFUN.java Started refactoring and writing unit tests for DEFUN 2016-12-25 13:29:06 -05:00
DIVIDE.java Added more unit tests and refactored some built in functions 2016-12-29 13:32:45 -05:00
EQ.java Added more unit tests and refactored some built in functions 2016-12-29 13:32:45 -05:00
EQUAL.java Added unit tests and refactored the equal function 2016-12-30 10:22:25 -05:00
EQUALSP.java Added more unit tests and refactored some built in functions 2016-12-29 13:32:45 -05:00
EVAL.java Added more unit tests and refactored some built in functions 2016-12-29 13:32:45 -05:00
EXIT.java Refactored the eval package 2016-12-19 13:05:53 -05:00
FUNCALL.java Refactored more code and added unit tests for the built in functions 2017-01-04 13:57:16 -05:00
GREATERP.java Added unit tests and refactored code 2017-01-05 18:00:21 -05:00
LAMBDA.java Refactored the eval package 2016-12-19 13:05:53 -05:00
LENGTH.java Started conversion to BigInteger for numbers 2016-12-25 13:56:24 -05:00
LESSP.java Added unit tests and refactored code 2017-01-05 18:00:21 -05:00
LET.java Added more unit tests and refactored some built in functions 2016-12-29 13:32:45 -05:00
LIST.java Added unit tests and refactored the code for the list function 2017-01-06 17:10:00 -05:00
LISTP.java Refactored and added unit tests for listp 2017-01-13 12:52:05 -05:00
LOAD.java Added more unit tests and refactored some built in functions 2016-12-29 13:32:45 -05:00
MINUS.java Added more unit tests and refactored the code for several built in functions 2017-01-13 14:05:33 -05:00
MULTIPLY.java Added more unit tests and refactored the code for several built in functions 2017-01-13 14:05:33 -05:00
NULL.java Added more unit tests and refactored the code for several built in functions 2017-01-13 14:05:33 -05:00
PLUS.java Added more unit tests and refactored the code for several built in functions 2017-01-13 14:05:33 -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