Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/lex.ll

    rf3fc8cbe r097e2b0  
    1010 * Created On       : Sat Sep 22 08:58:10 2001
    1111 * Last Modified By : Peter A. Buhr
    12  * Last Modified On : Thu Jan 21 21:53:38 2016
    13  * Update Count     : 417
     12 * Last Modified On : Thu Oct  8 16:13:07 2015
     13 * Update Count     : 404
    1414 */
    1515
     
    9595fractional_constant ({decimal_digits}?"."{decimal_digits})|({decimal_digits}".")
    9696exponent "_"?[eE]"_"?[+-]?{decimal_digits}
    97                                 // GCC: D (double), LD (long double) and iI (imaginary) suffixes
    98 floating_suffix "_"?(([fFdD][lL]?)|([lL][fFdD]?)|([iI][lLfFdD]?))
     97floating_suffix "_"?[flFL]
    9998floating_constant (({fractional_constant}{exponent}?)|({decimal_digits}{exponent})){floating_suffix}?
    10099
Note: See TracChangeset for help on using the changeset viewer.