Changeset 097e2b0 for src/Parser/lex.ll


Ignore:
Timestamp:
Oct 9, 2015, 4:37:04 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
9909842, d2ded3e7
Parents:
02e5ab6
Message:

constructor/destructor, more example programs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/lex.ll

    r02e5ab6 r097e2b0  
    1010 * Created On       : Sat Sep 22 08:58:10 2001
    1111 * Last Modified By : Peter A. Buhr
    12  * Last Modified On : Mon Sep 28 17:07:48 2015
    13  * Update Count     : 402
     12 * Last Modified On : Thu Oct  8 16:13:07 2015
     13 * Update Count     : 404
    1414 */
    1515
     
    356356">>="                   { NAMEDOP_RETURN(RSassign); }
    357357
     358"@="                    { NAMEDOP_RETURN(ATassign); }
     359
    358360                                /* CFA, operator identifier */
    359361{op_unary}"?"   { IDENTIFIER_RETURN(); }                                // unary
Note: See TracChangeset for help on using the changeset viewer.