Made try/catch actually work

This commit is contained in:
Simon Brooke 2021-09-12 16:20:13 +01:00
parent 462c0c69b4
commit a8315d649f
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
4 changed files with 60 additions and 13 deletions

View file

@ -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 );