Files
mercury/extras/exceptions/README
Fergus Henderson 62da652a68 Add support for exception handling, in extras/exceptions.
Estimated hours taken: 80

Add support for exception handling, in extras/exceptions.

extras/exceptions/README:
	Describes the files in this directory.

extras/exceptions/exception.m:
	Contains the exception handling interface and implementation.

extras/exceptions/test_exceptions.m:
extras/exceptions/test_exceptions.exp:
extras/exceptions/test_uncaught_exception.m:
extras/exceptions/test_uncaught_exception.exp:
extras/exceptions/test_exceptions_func.m:
extras/exceptions/test_exceptions_func.exp:
	Test cases.

extras/exceptions/Mmakefile:
	The Mmakefile for building and running the test cases.
1998-07-22 14:32:02 +00:00

21 lines
503 B
Plaintext

This directory contains support for exception handling.
The exception handling interface is still rather tentative
and may be subject to change. Please try it out and let us
know what you think.
exception.m:
Contains the exception handling interface and implementation.
test_exceptions.m:
test_exceptions.exp:
test_uncaught_exception.m:
test_uncaught_exception.exp:
test_exceptions_func.m:
test_exceptions_func.exp:
Test cases.
Mmakefile:
The Mmakefile for building and running the test cases.