Changeset 3a3f396 for doc


Ignore:
Timestamp:
Aug 19, 2021, 10:16:30 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
32b7f54
Parents:
315e5e3
Message:

added more to conclusion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/conclusion.tex

    r315e5e3 r3a3f396  
    22% Just a little knot to tie the paper together.
    33
    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.
     4In 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
     6techniques developed for other programming languages but they were adapted to
     7better fit \CFA's feature set and add a few features that do not exist in other
     8EHMs, like conditional catch, default handlers, implicitly changing resumption
     9into termination in the resumption default handler, and cancellation through
     10coroutines and threads back to program main.
    1011
    1112The resulting features cover all of the major use cases of the most popular
Note: See TracChangeset for help on using the changeset viewer.