Changeset 4dcea3f for src/Parser/lex.ll


Ignore:
Timestamp:
Jun 28, 2016, 3:33:05 PM (10 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
982d63f
Parents:
e39aa0f (diff), 2e04c7b3 (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' into ctor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/lex.ll

    re39aa0f r4dcea3f  
    1010 * Created On       : Sat Sep 22 08:58:10 2001
    1111 * Last Modified By : Peter A. Buhr
    12  * Last Modified On : Wed Jun 22 21:20:18 2016
    13  * Update Count     : 456
     12 * Last Modified On : Thu Jun 23 07:29:30 2016
     13 * Update Count     : 457
    1414 */
    1515
     
    273273{identifier}    { IDENTIFIER_RETURN(); }
    274274{attr_identifier} { ATTRIBUTE_RETURN(); }
    275 "`"                     { BEGIN BKQUOTE; }
     275"`"                             { BEGIN BKQUOTE; }
    276276<BKQUOTE>{identifier} { IDENTIFIER_RETURN(); }
    277277<BKQUOTE>"`"    { BEGIN 0; }
Note: See TracChangeset for help on using the changeset viewer.