Add and multiply now work, but robustly.
This commit is contained in:
parent
0826dcfdda
commit
648a4cd522
3 changed files with 58 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue