transcendental-lisp/test
Mike Cifelli 64e18fe076 Resolves #12 - &rest keyword added to lambda lists
Added unit tests and cleaned up some code
The setup for acceptance tests now cleans up the environment
2017-03-01 11:11:59 -05:00
..
environment Added unit tests for RuntimeEnvironment 2017-02-14 14:28:47 -05:00
error Added decorators for output text 2017-02-11 13:33:34 -05:00
file Organized imports in several files 2017-02-06 13:44:35 -05:00
function Resolves #12 - &rest keyword added to lambda lists 2017-03-01 11:11:59 -05:00
interpreter Cleaned up some code 2017-02-26 12:39:08 -05:00
main Cleaned up some code 2017-02-26 12:39:08 -05:00
parser Refactored error severity 2017-02-11 10:42:07 -05:00
scanner Altered SYMBOL-FUNCTION behavior and cleaned up some code 2017-02-27 14:10:20 -05:00
sexpression Finished changing car/cdr to first/rest in the code 2017-02-24 16:00:05 -05:00
table Built-in function names are now defined through annotations 2017-02-26 16:47:06 -05:00
testutil Added special functions (forms) and refactored internal s-expression predicates 2017-02-25 17:29:37 -05:00
token Altered SYMBOL-FUNCTION behavior and cleaned up some code 2017-02-27 14:10:20 -05:00
util Added a unit test for Characters 2017-02-08 12:56:24 -05:00