ADT
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
pthread-emulation
qualifiedEnum
|
Last change
on this file since cb6b8cb was cb6b8cb, checked in by Andrew Beach <ajbeach@…>, 4 years ago |
|
Andrew MMath: Fixes in the conclusion and main body. Used Peter's infroduction feedback; which was never wrong in the first place.
|
-
Property mode
set to
100644
|
|
File size:
940 bytes
|
| Line | |
|---|
| 1 | \chapter{Conclusion}
|
|---|
| 2 | \label{c:conclusion}
|
|---|
| 3 | % Just a little knot to tie the paper together.
|
|---|
| 4 |
|
|---|
| 5 | In the previous chapters this thesis presents the design and implementation
|
|---|
| 6 | of \CFA's exception handling mechanism (EHM).
|
|---|
| 7 | Both the design and implementation are based off of tools and techniques
|
|---|
| 8 | developed for other programming languages but they were adapted to better fit
|
|---|
| 9 | \CFA's feature set.
|
|---|
| 10 |
|
|---|
| 11 | The resulting features cover all of the major use cases of the most popular
|
|---|
| 12 | termination EHMs of today, along with reintroducing resumption exceptions and
|
|---|
| 13 | creating some new features that fix with \CFA's larger programming patterns.
|
|---|
| 14 |
|
|---|
| 15 | The implementation has been tested and compared to other implementations.
|
|---|
| 16 | The results, while not cutting edge, are good enough for prototyping, which
|
|---|
| 17 | is \CFA's stage of development.
|
|---|
| 18 |
|
|---|
| 19 | This is a valuable new feature for \CFA in its own right but also serves
|
|---|
| 20 | as a tool (and motivation) for other developments in the language.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.