Made try/catch actually work
This commit is contained in:
parent
462c0c69b4
commit
a8315d649f
4 changed files with 60 additions and 13 deletions
|
|
@ -278,6 +278,7 @@ int main( int argc, char *argv[] ) {
|
|||
bind_special( L"progn", &lisp_progn );
|
||||
bind_special( L"quote", &lisp_quote );
|
||||
bind_special( L"set!", &lisp_set_shriek );
|
||||
bind_special( L"try", &lisp_try );
|
||||
debug_print( L"Initialised oblist\n", DEBUG_BOOTSTRAP );
|
||||
debug_dump_object( oblist, DEBUG_BOOTSTRAP );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue