Apply works; all unit tests pass.
This commit is contained in:
parent
8e7d1ab913
commit
685790df43
5 changed files with 66 additions and 32 deletions
|
|
@ -94,11 +94,11 @@ int main( int argc, char *argv[] ) {
|
|||
bind_function( "*", &lisp_multiply );
|
||||
bind_function( "subtract", &lisp_subtract );
|
||||
bind_function( "-", &lisp_subtract );
|
||||
bind_function( "apply", &lisp_apply );
|
||||
|
||||
/*
|
||||
* primitive special forms
|
||||
*/
|
||||
bind_special( "apply", &lisp_apply );
|
||||
bind_special( "eval", &lisp_eval );
|
||||
bind_special( "quote", &lisp_quote );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue