Started work on nlambda. It isn't working yet.

This commit is contained in:
Simon Brooke 2018-12-13 17:08:47 +00:00
parent 0550b0168f
commit facd5ccc94
8 changed files with 118 additions and 22 deletions

View file

@ -107,6 +107,7 @@ int main( int argc, char *argv[] ) {
*/
bind_special( "cond", &lisp_cond );
bind_special( "lambda", &lisp_lambda );
bind_special( "nlambda", &lisp_nlambda );
bind_special( "quote", &lisp_quote );
bind_special( "set!", &lisp_set_shriek );