Changeset 9ca94af for doc


Ignore:
Timestamp:
Apr 14, 2018, 7:09:11 PM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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)
Message:

add additional CFA and gcc keywords

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/LaTeXmacros/lstlang.sty

    rdeaef5b r9ca94af  
    88%% Created On       : Sat May 13 16:34:42 2017
    99%% Last Modified By : Peter A. Buhr
    10 %% Last Modified On : Fri Mar 16 22:18:12 2018
    11 %% Update Count     : 16
     10%% Last Modified On : Fri Apr  6 23:44:50 2018
     11%% Update Count     : 20
    1212%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1313
     
    112112\lstdefinelanguage{CFA}[ANSI]{C}{
    113113        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    },
    123123        moredirectives={defined,include_next}%
    124124}
  • doc/refrat/keywords.tex

    rdeaef5b r9ca94af  
    1111%% Created On       : Sun Aug  6 08:17:27 2017
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Wed Aug 30 22:10:10 2017
    14 %% Update Count     : 5
     13%% Last Modified On : Fri Apr  6 15:16:11 2018
     14%% Update Count     : 7
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616\begin{tabular}{@{}llllll@{}}
    1717\begin{tabular}{@{}l@{}}
    18 ©_At©                   \\
    1918©catch©                 \\
    2019©catchResume©   \\
    2120©choose©                \\
    2221©coroutine©             \\
     22©disable©               \\
    2323\end{tabular}
    2424&
    2525\begin{tabular}{@{}l@{}}
    26 ©disable©               \\
    2726©dtype©                 \\
    2827©enable©                \\
     28©exception©             \\
    2929©fallthrough©   \\
    3030©fallthru©              \\
     
    3535©forall©                \\
    3636©ftype©                 \\
    37 ©lvalue©                \\
    3837©monitor©               \\
     38©mutex©                 \\
    3939\end{tabular}
    4040&
    4141\begin{tabular}{@{}l@{}}
    42 ©mutex©                 \\
    4342©one_t©                 \\
    4443©otype©                 \\
    4544©throw©                 \\
    4645©throwResume©   \\
     46©trait©                 \\
    4747\end{tabular}
    4848&
    4949\begin{tabular}{@{}l@{}}
    50 ©trait©                 \\
    5150©try©                   \\
    5251©ttype©                 \\
    5352©virtual©               \\
    5453©waitfor©               \\
     54©when©                  \\
    5555\end{tabular}
    5656&
    5757\begin{tabular}{@{}l@{}}
    58 ©when©                  \\
    5958©with©                  \\
    6059©zero_t©                \\
     60                                \\
    6161                                \\
    6262                                \\
Note: See TracChangeset for help on using the changeset viewer.