Very small progress.
This commit is contained in:
parent
637d78fb1b
commit
7cd2cbf785
4 changed files with 10 additions and 7 deletions
|
|
@ -103,6 +103,7 @@ int main( int argc, char *argv[] ) {
|
|||
bind_function( "*", &lisp_multiply );
|
||||
bind_function( "-", &lisp_subtract );
|
||||
bind_function( "/", &lisp_divide );
|
||||
bind_function( "=", &lisp_equal );
|
||||
|
||||
/*
|
||||
* primitive special forms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue