Add and multiply now work, but robustly.

This commit is contained in:
Simon Brooke 2017-09-13 17:00:13 +01:00
parent 0826dcfdda
commit 648a4cd522
3 changed files with 58 additions and 3 deletions

View file

@ -88,7 +88,8 @@ int main( int argc, char *argv[] ) {
bind_function( "read", &lisp_read );
bind_function( "print", &lisp_print );
bind_function( "plus", &lisp_plus);
bind_function( "add", &lisp_add);
bind_function( "multiply", &lisp_multiply);
/*
* primitive special forms