Changeset 9ca94af
- Timestamp:
- Apr 14, 2018, 7:09:11 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- 2296885
- Parents:
- deaef5b
- git-author:
- Peter A. Buhr <pabuhr@…> (04/14/18 19:07:56)
- git-committer:
- Peter A. Buhr <pabuhr@…> (04/14/18 19:09:11)
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/lstlang.sty
rdeaef5b r9ca94af 8 8 %% Created On : Sat May 13 16:34:42 2017 9 9 %% Last Modified By : Peter A. Buhr 10 %% Last Modified On : Fri Mar 16 22:18:12201811 %% Update Count : 1610 %% Last Modified On : Fri Apr 6 23:44:50 2018 11 %% Update Count : 20 12 12 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 13 13 … … 112 112 \lstdefinelanguage{CFA}[ANSI]{C}{ 113 113 morekeywords={ 114 _Alignas, _Alignof, __alignof, __alignof__, asm, __asm, __asm__, _ At, __attribute,115 __attribute__, auto, _Bool, catch, catchResume, choose, _Complex, __complex, __complex__,116 __const, __const__, disable, dtype, enable, __extension__, fallthrough, fallthru,117 finally, forall, ftype, _Generic, _Imaginary, inline, __label__, lvalue, _Noreturn, one_t,118 otype, restrict, _Static_assert, throw, throwResume, trait, try, ttype, typeof, __typeof,119 __typeof__, virtual, with, zero_t},120 morekeywords=[2]{121 _Atomic, coroutine, is_coroutine, is_monitor, is_thread, monitor, mutex, nomutex, or,122 resume, suspend, thread, _Thread_local, waitfor, when, yield},114 _Alignas, _Alignof, __alignof, __alignof__, asm, __asm, __asm__, __attribute, __attribute__, 115 auto, _Bool, catch, catchResume, choose, _Complex, __complex, __complex__, __const, __const__, 116 coroutine, disable, dtype, enable, __extension__, exception, fallthrough, fallthru, finally, 117 __float80, float80, __float128, float128, forall, ftype, _Generic, _Imaginary, __imag, __imag__, 118 inline, __inline, __inline__, __int128, int128, __label__, monitor, mutex, _Noreturn, one_t, or, 119 otype, restrict, __restrict, __restrict__, __signed, __signed__, _Static_assert, thread, 120 _Thread_local, throw, throwResume, timeout, trait, try, ttype, typeof, __typeof, __typeof__, 121 virtual, __volatile, __volatile__, waitfor, when, with, zero_t, 122 }, 123 123 moredirectives={defined,include_next}% 124 124 } -
doc/refrat/keywords.tex
rdeaef5b r9ca94af 11 11 %% Created On : Sun Aug 6 08:17:27 2017 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Wed Aug 30 22:10:10 201714 %% Update Count : 513 %% Last Modified On : Fri Apr 6 15:16:11 2018 14 %% Update Count : 7 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 \begin{tabular}{@{}llllll@{}} 17 17 \begin{tabular}{@{}l@{}} 18 ©_At© \\19 18 ©catch© \\ 20 19 ©catchResume© \\ 21 20 ©choose© \\ 22 21 ©coroutine© \\ 22 ©disable© \\ 23 23 \end{tabular} 24 24 & 25 25 \begin{tabular}{@{}l@{}} 26 ©disable© \\27 26 ©dtype© \\ 28 27 ©enable© \\ 28 ©exception© \\ 29 29 ©fallthrough© \\ 30 30 ©fallthru© \\ … … 35 35 ©forall© \\ 36 36 ©ftype© \\ 37 ©lvalue© \\38 37 ©monitor© \\ 38 ©mutex© \\ 39 39 \end{tabular} 40 40 & 41 41 \begin{tabular}{@{}l@{}} 42 ©mutex© \\43 42 ©one_t© \\ 44 43 ©otype© \\ 45 44 ©throw© \\ 46 45 ©throwResume© \\ 46 ©trait© \\ 47 47 \end{tabular} 48 48 & 49 49 \begin{tabular}{@{}l@{}} 50 ©trait© \\51 50 ©try© \\ 52 51 ©ttype© \\ 53 52 ©virtual© \\ 54 53 ©waitfor© \\ 54 ©when© \\ 55 55 \end{tabular} 56 56 & 57 57 \begin{tabular}{@{}l@{}} 58 ©when© \\59 58 ©with© \\ 60 59 ©zero_t© \\ 60 \\ 61 61 \\ 62 62 \\
Note: See TracChangeset
for help on using the changeset viewer.