Integer arithmetic works, real doesn't - yet.
This commit is contained in:
parent
648a4cd522
commit
27f39e85ea
8 changed files with 82 additions and 54 deletions
|
|
@ -90,6 +90,7 @@ int main( int argc, char *argv[] ) {
|
|||
|
||||
bind_function( "add", &lisp_add);
|
||||
bind_function( "multiply", &lisp_multiply);
|
||||
bind_function( "subtract", &lisp_subtract);
|
||||
|
||||
/*
|
||||
* primitive special forms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue