Changeset 3a3f396 for doc/theses
- Timestamp:
- Aug 19, 2021, 10:16:30 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- 32b7f54
- Parents:
- 315e5e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/conclusion.tex
r315e5e3 r3a3f396 2 2 % Just a little knot to tie the paper together. 3 3 4 In the previous chapters this thesis presents the design and implementation 5 of \CFA's EHM. 6 Both the design and implementation are based off of tools and techniques 7 developed for other programming languages but they were adapted to better fit 8 \CFA's feature set and add a few features that do not exist in other EHMs, 9 like conditional catch. 4 In the previous chapters this thesis presents the design and implementation of 5 \CFA's EHM. Both the design and implementation are based off of tools and 6 techniques developed for other programming languages but they were adapted to 7 better fit \CFA's feature set and add a few features that do not exist in other 8 EHMs, like conditional catch, default handlers, implicitly changing resumption 9 into termination in the resumption default handler, and cancellation through 10 coroutines and threads back to program main. 10 11 11 12 The resulting features cover all of the major use cases of the most popular
Note: See TracChangeset
for help on using the changeset viewer.