|
50a3f3be67
|
Resolves #6 - PROGN Special Function (Form)
|
2017-02-27 15:36:17 -05:00 |
|
|
462e5ea15e
|
Built-in function names are now defined through annotations
|
2017-02-26 16:47:06 -05:00 |
|
|
78c7bf4d9c
|
Added DEFINE-MACRO for user defined special functions (forms)
|
2017-02-25 19:11:31 -05:00 |
|
|
c83db3721c
|
Finished changing car/cdr to first/rest in the code
|
2017-02-24 16:00:05 -05:00 |
|
|
0c3d3ae024
|
Resolves #1 - Added the IF Special Form
|
2017-02-21 12:35:47 -05:00 |
|
|
b6d717ec1c
|
Formatted several files
|
2017-02-06 13:43:27 -05:00 |
|
|
4719e14d7f
|
Added unit tests for the FunctionTable and ExecutionContext
|
2017-02-06 12:02:19 -05:00 |
|
|
c2a373dc85
|
Added the following built-ins: AND & OR
|
2017-02-05 16:00:56 -05:00 |
|
|
d3fc8f9812
|
Refactored the function table logic
|
2017-01-29 14:33:46 -05:00 |
|