Changeset f3fc8cbe for src/Parser/lex.ll


Ignore:
Timestamp:
Jan 21, 2016, 10:03:13 PM (8 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:
73a28e2, d3b7937
Parents:
7ee14bb7
Message:

dli suffixes second try

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/lex.ll

    r7ee14bb7 rf3fc8cbe  
    1010 * Created On       : Sat Sep 22 08:58:10 2001
    1111 * Last Modified By : Peter A. Buhr
    12  * Last Modified On : Thu Jan 14 21:29:44 2016
    13  * Update Count     : 414
     12 * Last Modified On : Thu Jan 21 21:53:38 2016
     13 * Update Count     : 417
    1414 */
    1515
     
    9696exponent "_"?[eE]"_"?[+-]?{decimal_digits}
    9797                                // GCC: D (double), LD (long double) and iI (imaginary) suffixes
    98 floating_suffix "_"?(([fFdD][lL])|([lL][fFdD]))|(([iI][lLfFdD])|([lLfFdD][iI]))
     98floating_suffix "_"?(([fFdD][lL]?)|([lL][fFdD]?)|([iI][lLfFdD]?))
    9999floating_constant (({fractional_constant}{exponent}?)|({decimal_digits}{exponent})){floating_suffix}?
    100100
Note: See TracChangeset for help on using the changeset viewer.