Changeset fb08280 for src/Parser/lex.ll


Ignore:
Timestamp:
Jun 8, 2016, 12:58:01 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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, with_gc
Children:
9e5f409
Parents:
efbca69 (diff), ac78e25 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/lex.ll

    refbca69 rfb08280  
    1010 * Created On       : Sat Sep 22 08:58:10 2001
    1111 * Last Modified By : Peter A. Buhr
    12  * Last Modified On : Mon Mar 21 23:33:46 2016
    13  * Update Count     : 450
     12 * Last Modified On : Mon Jun  6 18:08:27 2016
     13 * Update Count     : 451
    1414 */
    1515
     
    362362
    363363"@="                    { NAMEDOP_RETURN(ATassign); }
     364":="                    { NAMEDOP_RETURN(REFassign); }
    364365
    365366                                /* CFA, operator identifier */
Note: See TracChangeset for help on using the changeset viewer.