mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-21 20:33:55 +00:00
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.
21 lines
503 B
Plaintext
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.
|
|
|