source: doc/refrat/keywords.tex@ 71d0eab

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since 71d0eab was 2ad507b8, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago

add keywords "waitfor" and "when"

  • Property mode set to 100644
File size: 1.3 KB
Line 
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%%
3%% Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
4%%
5%% The contents of this file are covered under the licence agreement in the
6%% file "LICENCE" distributed with Cforall.
7%%
8%% keywords.tex --
9%%
10%% Author : Peter A. Buhr
11%% Created On : Sun Aug 6 08:17:27 2017
12%% Last Modified By : Peter A. Buhr
13%% Last Modified On : Wed Aug 30 22:10:10 2017
14%% Update Count : 5
15%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16\begin{tabular}{@{}llllll@{}}
17\begin{tabular}{@{}l@{}}
18©_At© \\
19©catch© \\
20©catchResume© \\
21©choose© \\
22©coroutine© \\
23\end{tabular}
24&
25\begin{tabular}{@{}l@{}}
26©disable© \\
27©dtype© \\
28©enable© \\
29©fallthrough© \\
30©fallthru© \\
31\end{tabular}
32&
33\begin{tabular}{@{}l@{}}
34©finally© \\
35©forall© \\
36©ftype© \\
37©lvalue© \\
38©monitor© \\
39\end{tabular}
40&
41\begin{tabular}{@{}l@{}}
42©mutex© \\
43©one_\\
44©otype© \\
45©throw© \\
46©throwResume© \\
47\end{tabular}
48&
49\begin{tabular}{@{}l@{}}
50©trait© \\
51©try© \\
52©ttype© \\
53©virtual© \\
54©waitfor© \\
55\end{tabular}
56&
57\begin{tabular}{@{}l@{}}
58©when© \\
59©with© \\
60©zero_\\
61 \\
62 \\
63\end{tabular}
64\end{tabular}
65% Local Variables: %
66% tab-width: 4 %
67% fill-column: 100 %
68% compile-command: "make" %
69% End: %
Note: See TracBrowser for help on using the repository browser.