Commit Graph

167 Commits

Author SHA1 Message Date
b2d6f21f88 Add tests for macros 2017-03-13 10:15:05 -04:00
f2a481952d Add @Override annotations and clean up code 2017-03-13 09:58:30 -04:00
c2d722d5ab Fix nested comma handling in a backquote 2017-03-12 14:18:37 -04:00
e89a6f2dde Add unit tests for the backquote facility
Renamed BackTick to Backquote globally.
2017-03-12 12:19:45 -04:00
698305f07f Add the backtick facility
Resolves #20
2017-03-11 15:41:07 -05:00
655f49e612 Add DEFMACRO special function
Resolves #16
2017-03-10 15:08:42 -05:00
16b9a4dd30 Add a simple GENSYM function
Resolves #18
2017-03-10 13:19:09 -05:00
e78e18df98 Add a simple GENSYM function 2017-03-10 13:14:16 -05:00
8aa00fea27 Add a dynamic data structure example 2017-03-09 14:14:54 -05:00
d423fe9958 Convert the lisp unit tester into a class 2017-03-09 11:19:15 -05:00
b47abbaad5 Give assert a better failure message 2017-03-08 14:48:40 -05:00
c596d6868d Refactor some lisp code and tests 2017-03-08 11:14:44 -05:00
87eb0204f5 Remove SETF function 2017-03-07 16:41:26 -05:00
6cf45219f1 Refactor some lisp code 2017-03-07 16:27:11 -05:00
736e230de9 Add LET* special function 2017-03-07 13:26:24 -05:00
d1060a8aad Add aliases for several functions 2017-03-07 13:15:40 -05:00
e9fead08c2 Add function to interest-compounder 2017-03-07 11:37:27 -05:00
5f10396af8 Use function alias in validation messages
Resolves #9
2017-03-07 10:59:51 -05:00
368f22a02b Rename the project 2017-03-07 10:20:22 -05:00
9e15d55b4c README.md edited online with Bitbucket 2017-03-07 14:57:13 +00:00
31105b4299 README.md edited online with Bitbucket 2017-03-07 14:56:36 +00:00
1acfad31ca README.md edited online with Bitbucket 2017-03-07 13:47:05 +00:00
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
aa13394548 Add ability to run acceptance tests on files 2017-03-06 12:44:06 -05:00
e1c544f0ea Re-organize the lisp files 2017-03-06 11:00:18 -05:00
416627896e README.md edited online with Bitbucket 2017-03-06 14:33:47 +00:00
8a719c8e44 Add unit test for LOAD 2017-03-05 10:41:49 -05:00
04cb46e94d Store the base directory for an interpreted files
A bug was resolved where some functions were getting a null
ErrorManager.

A reset funtion was added to RuntimeEnvironment.

Resolves #15
2017-03-05 10:20:31 -05:00
c20bb682f2 Updated the compound interest script 2017-03-04 16:33:05 -05:00
946af24514 Minor cleanup of LIST 2017-03-03 15:57:16 -05:00
311a3b4036 Cleaned up code and tests 2017-03-03 15:06:49 -05:00
503b19a5e1 Resolves #14 - Load now keeps track of directories 2017-03-03 12:56:06 -05:00
ba53448c9d Exception checking unit tests were refactored 2017-03-03 12:07:23 -05:00
1f1586d53c More class examples and script unit tests were added. 2017-03-03 11:56:27 -05:00
010dfb48bc The running directory for FitNesse has been updated 2017-03-03 09:24:18 -05:00
86def27f5c Acceptance tests have been refactored 2017-03-02 16:36:23 -05:00
0eb8db36a8 Acceptance tests now run with JUnit 2017-03-02 15:26:21 -05:00
4a91d197fd Expanded dlambda example some more 2017-03-02 14:26:47 -05:00
d55ebdd22f Resolves #13 - Exclusion based on type in ArgumentValidator 2017-03-02 11:39:07 -05:00
ef4c03a672 Expanded dlambda example 2017-03-02 10:29:59 -05:00
2bd0c1a674 Major Refactor - Static constants and test case names 2017-03-02 09:54:23 -05:00
49fee52284 An example class has been added 2017-03-01 16:45:48 -05:00
ba203d34b9 dlambda was converted for multiple method classes
Added several unit tests, including a failing one for CASE
Added an acceptance test for dlambda
2017-03-01 16:33:06 -05:00
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
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
4253145383 A few test cases were added for CASE 2017-02-28 15:07:37 -05:00
ab17d4c60e Static method in SET has been refactored 2017-02-28 15:04:40 -05:00
05f75b627b Resolves #11 - The CASE special function has been added
Refactored some unit tests
2017-02-28 15:01:05 -05:00
544df91c27 Simplified the EQUAL function logic 2017-02-28 12:26:18 -05:00
d2dfe23083 Resolves #10 - The equality predicates have been refactored 2017-02-28 11:54:19 -05:00