Started work on nlambda. It isn't working yet.
This commit is contained in:
parent
0550b0168f
commit
facd5ccc94
8 changed files with 118 additions and 22 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue