Mike Cifelli
|
6cd5fb66a4
|
Implement TCO for the length function
|
2017-11-12 13:27:04 -05:00 |
omicron
|
3ebd5d49a9
|
Update files for eclipse oxygen
|
2017-11-12 08:37:39 -05:00 |
Mike Cifelli
|
a21114ac7c
|
Add a GENSYM-EQUAL function for unit testing macros
Some macro definitions were refactored along with their associated
unit tests.
|
2017-03-13 14:43:31 -04:00 |
Mike Cifelli
|
b2d6f21f88
|
Add tests for macros
|
2017-03-13 10:15:05 -04:00 |
Mike Cifelli
|
655f49e612
|
Add DEFMACRO special function
Resolves #16
|
2017-03-10 15:08:42 -05:00 |
Mike Cifelli
|
8aa00fea27
|
Add a dynamic data structure example
|
2017-03-09 14:14:54 -05:00 |
Mike Cifelli
|
d423fe9958
|
Convert the lisp unit tester into a class
|
2017-03-09 11:19:15 -05:00 |
Mike Cifelli
|
b47abbaad5
|
Give assert a better failure message
|
2017-03-08 14:48:40 -05:00 |
Mike Cifelli
|
c596d6868d
|
Refactor some lisp code and tests
|
2017-03-08 11:14:44 -05:00 |
Mike Cifelli
|
87eb0204f5
|
Remove SETF function
|
2017-03-07 16:41:26 -05:00 |
Mike Cifelli
|
6cf45219f1
|
Refactor some lisp code
|
2017-03-07 16:27:11 -05:00 |
Mike Cifelli
|
d1060a8aad
|
Add aliases for several functions
|
2017-03-07 13:15:40 -05:00 |
Mike Cifelli
|
e9fead08c2
|
Add function to interest-compounder
|
2017-03-07 11:37:27 -05:00 |
Mike Cifelli
|
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 |
Mike Cifelli
|
aa13394548
|
Add ability to run acceptance tests on files
|
2017-03-06 12:44:06 -05:00 |
Mike Cifelli
|
e1c544f0ea
|
Re-organize the lisp files
|
2017-03-06 11:00:18 -05:00 |
Mike Cifelli
|
c20bb682f2
|
Updated the compound interest script
|
2017-03-04 16:33:05 -05:00 |
Mike Cifelli
|
311a3b4036
|
Cleaned up code and tests
|
2017-03-03 15:06:49 -05:00 |
Mike Cifelli
|
1f1586d53c
|
More class examples and script unit tests were added.
|
2017-03-03 11:56:27 -05:00 |
Mike Cifelli
|
4a91d197fd
|
Expanded dlambda example some more
|
2017-03-02 14:26:47 -05:00 |
Mike Cifelli
|
ef4c03a672
|
Expanded dlambda example
|
2017-03-02 10:29:59 -05:00 |
Mike Cifelli
|
49fee52284
|
An example class has been added
|
2017-03-01 16:45:48 -05:00 |
Mike Cifelli
|
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 |
Mike Cifelli
|
50a3f3be67
|
Resolves #6 - PROGN Special Function (Form)
|
2017-02-27 15:36:17 -05:00 |
Mike Cifelli
|
fb35884479
|
Resolves #7 - Allow prefixing of numbers
|
2017-02-27 13:34:04 -05:00 |
Mike Cifelli
|
bf40feadec
|
User defined functions now set up their scope correctly
|
2017-02-27 12:00:24 -05:00 |
Mike Cifelli
|
35550c46ac
|
Updates to the unit test framework
|
2017-02-15 09:29:57 -05:00 |
Mike Cifelli
|
fa45434228
|
Added a tail recursive compound interest function
|
2017-02-14 16:55:48 -05:00 |
Mike Cifelli
|
f76c587338
|
A lisp function to compute compound interest and unit tests
|
2017-02-14 15:24:38 -05:00 |
Mike Cifelli
|
c2a373dc85
|
Added the following built-ins: AND & OR
|
2017-02-05 16:00:56 -05:00 |
Mike Cifelli
|
d7ca5d09da
|
Added unit tests and refactored the let form
Wrote a lisp program to calculate the number of bi-weekly paydays in a year
|
2017-02-04 12:03:31 -05:00 |
Mike Cifelli
|
a0583f808c
|
Added more unit tests for the built-in functions
|
2016-12-23 10:53:11 -05:00 |
Mike Cifelli
|
621ab9f2cb
|
Started a lisp script for running unit tests
|
2016-12-19 17:24:12 -05:00 |
Mike Cifelli
|
daf35a72fa
|
Refactored and added unit tests for LispFilterInputStream
|
2016-12-08 10:59:02 -05:00 |