Changeset 92c0f81 for doc/user/user.tex


Ignore:
Timestamp:
Aug 6, 2017, 8:41:30 PM (7 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, resolv-new, with_gc
Children:
56e49b0
Parents:
af4903b
Message:

share operator identifiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/user.tex

    raf4903b r92c0f81  
    1111%% Created On       : Wed Apr  6 14:53:29 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Sun Aug  6 08:52:34 2017
    14 %% Update Count     : 3034
     13%% Last Modified On : Sun Aug  6 10:24:21 2017
     14%% Update Count     : 3036
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
     
    36883688
    36893689\begin{table}[hbt]
    3690 \hfil
    3691 \begin{tabular}[t]{ll}
    3692 %identifier & operation \\ \hline
    3693 ©?[?]© & subscripting \impl{?[?]}\\
    3694 ©?()© & function call \impl{?()}\\
    3695 ©?++© & postfix increment \impl{?++}\\
    3696 ©?--© & postfix decrement \impl{?--}\\
    3697 ©++?© & prefix increment \impl{++?}\\
    3698 ©--?© & prefix decrement \impl{--?}\\
    3699 ©*?© & dereference \impl{*?}\\
    3700 ©+?© & unary plus \impl{+?}\\
    3701 ©-?© & arithmetic negation \impl{-?}\\
    3702 ©~?© & bitwise negation \impl{~?}\\
    3703 ©!?© & logical complement \impl{"!?}\\
    3704 ©?*?© & multiplication \impl{?*?}\\
    3705 ©?/?© & division \impl{?/?}\\
    3706 \end{tabular}\hfil
    3707 \begin{tabular}[t]{ll}
    3708 %identifier & operation \\ \hline
    3709 ©?%?© & remainder \impl{?%?}\\
    3710 ©?+?© & addition \impl{?+?}\\
    3711 ©?-?© & subtraction \impl{?-?}\\
    3712 ©?<<?© & left shift \impl{?<<?}\\
    3713 ©?>>?© & right shift \impl{?>>?}\\
    3714 ©?<?© & less than \impl{?<?}\\
    3715 ©?<=?© & less than or equal \impl{?<=?}\\
    3716 ©?>=?© & greater than or equal \impl{?>=?}\\
    3717 ©?>?© & greater than \impl{?>?}\\
    3718 ©?==?© & equality \impl{?==?}\\
    3719 ©?!=?© & inequality \impl{?"!=?}\\
    3720 ©?&?© & bitwise AND \impl{?&?}\\
    3721 \end{tabular}\hfil
    3722 \begin{tabular}[t]{ll}
    3723 %identifier & operation \\ \hline
    3724 ©?^?© & exclusive OR \impl{?^?}\\
    3725 ©?|?© & inclusive OR \impl{?"|?}\\
    3726 ©?=?© & simple assignment \impl{?=?}\\
    3727 ©?*=?© & multiplication assignment \impl{?*=?}\\
    3728 ©?/=?© & division assignment \impl{?/=?}\\
    3729 ©?%=?© & remainder assignment \impl{?%=?}\\
    3730 ©?+=?© & addition assignment \impl{?+=?}\\
    3731 ©?-=?© & subtraction assignment \impl{?-=?}\\
    3732 ©?<<=?© & left-shift assignment \impl{?<<=?}\\
    3733 ©?>>=?© & right-shift assignment \impl{?>>=?}\\
    3734 ©?&=?© & bitwise AND assignment \impl{?&=?}\\
    3735 ©?^=?© & exclusive OR assignment \impl{?^=?}\\
    3736 ©?|=?© & inclusive OR assignment \impl{?"|=?}\\
    3737 \end{tabular}
    3738 \hfil
     3690\centering
     3691\input{../refrat/operidents}
    37393692\caption{Operator Identifiers}
    37403693\label{opids}
Note: See TracChangeset for help on using the changeset viewer.