COND working

This commit is contained in:
simon 2017-10-16 14:37:09 +01:00
parent b989b5e041
commit 01cf08b100
8 changed files with 182 additions and 28 deletions

View file

@ -100,6 +100,7 @@ int main( int argc, char *argv[] ) {
/*
* primitive special forms
*/
bind_special( "cond", &lisp_cond );
bind_special( "eval", &lisp_eval );
bind_special( "quote", &lisp_quote );