Changes in src/Parser/lex.ll [f3fc8cbe:097e2b0]
- File:
-
- 1 edited
-
src/Parser/lex.ll (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/lex.ll
rf3fc8cbe r097e2b0 10 10 * Created On : Sat Sep 22 08:58:10 2001 11 11 * Last Modified By : Peter A. Buhr 12 * Last Modified On : Thu Jan 21 21:53:38 201613 * Update Count : 4 1712 * Last Modified On : Thu Oct 8 16:13:07 2015 13 * Update Count : 404 14 14 */ 15 15 … … 95 95 fractional_constant ({decimal_digits}?"."{decimal_digits})|({decimal_digits}".") 96 96 exponent "_"?[eE]"_"?[+-]?{decimal_digits} 97 // GCC: D (double), LD (long double) and iI (imaginary) suffixes 98 floating_suffix "_"?(([fFdD][lL]?)|([lL][fFdD]?)|([iI][lLfFdD]?)) 97 floating_suffix "_"?[flFL] 99 98 floating_constant (({fractional_constant}{exponent}?)|({decimal_digits}{exponent})){floating_suffix}? 100 99
Note:
See TracChangeset
for help on using the changeset viewer.