Changeset 8f60f0b for src/Parser/lex.ll


Ignore:
Timestamp:
Dec 16, 2016, 12:42:02 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
da6dec23
Parents:
43385ca
Message:

add support for ttype in the parser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/lex.ll

    r43385ca r8f60f0b  
    44 * The contents of this file are covered under the licence agreement in the
    55 * file "LICENCE" distributed with Cforall.
    6  * 
    7  * lex.l -- 
    8  * 
     6 *
     7 * lex.l --
     8 *
    99 * Author           : Peter A. Buhr
    1010 * Created On       : Sat Sep 22 08:58:10 2001
     
    258258trait                   { KEYWORD_RETURN(TRAIT); }                              // CFA
    259259try                             { KEYWORD_RETURN(TRY); }                                // CFA
     260ttype                   { KEYWORD_RETURN(TTYPE); }                              // CFA
    260261typedef                 { KEYWORD_RETURN(TYPEDEF); }
    261262typeof                  { KEYWORD_RETURN(TYPEOF); }                             // GCC
Note: See TracChangeset for help on using the changeset viewer.