This directory contains a library which implements `call/cc'

To compile it you must have `Bigloo', `Camloo' (and `gmake' if your
machine is not a SUN).

This library is not fully tested.

To compile the library type:
----------------------------

1. `make heap'
2. `make lib'

To install the library type:
----------------------------

3. `make install'


Once the library is installed, to use it when compiling, add to Bigloo the
following option:
   `-call/cc'

