catch/throw

Slava Pestov — 2004-07-19 06:11:10

Hello everybody,

I have added error handling using catch/throw to Factor (both backends).
You can download the latest code from http://factor.sf.net

The implementation is a very simple one -- naturally, using
continuations. The workings of the words are documented in my weblog,
http://www.jroller.com/page/slava/.

The native interpreter is progressing nicely. It can now run (some)
source files...

Slava