Changeset 9cdfa5fb for doc/theses/andrew_beach_MMath/conclusion.tex
- Timestamp:
- Sep 10, 2021, 10:43:15 AM (2 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 63b3279
- Parents:
- d0b9247
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/conclusion.tex
rd0b9247 r9cdfa5fb 3 3 % Just a little knot to tie the paper together. 4 4 5 In the previous chapters this thesis presents the design and implementation5 In the previous chapters, this thesis presents the design and implementation 6 6 of \CFA's exception handling mechanism (EHM). 7 7 Both the design and implementation are based off of tools and 8 8 techniques developed for other programming languages but they were adapted to 9 9 better fit \CFA's feature set and add a few features that do not exist in 10 other EHMs ;10 other EHMs, 11 11 including conditional matching, default handlers for unhandled exceptions 12 12 and cancellation though coroutines and threads back to the program main stack.
Note: See TracChangeset
for help on using the changeset viewer.