COND working
This commit is contained in:
parent
b989b5e041
commit
01cf08b100
8 changed files with 182 additions and 28 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue