Integer arithmetic works, real doesn't - yet.

This commit is contained in:
Simon Brooke 2017-09-13 18:01:35 +01:00
parent 648a4cd522
commit 27f39e85ea
8 changed files with 82 additions and 54 deletions

View file

@ -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