GRIB-518: Using flex in maximal compatibility mode causes syntax errors

This commit is contained in:
Shahram Najm 2014-03-31 10:36:10 +01:00
parent ab3ef10346
commit 1aff33cec2
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ SIGNED {SIGN}?{DIGIT}+
NUMB {DIGIT}+
EXP {E}{SIGNED}
IDENT [_A-Za-z]+[_0-9A-Za-z]*
FLOAT {SIGN}?{DIGIT}+\.{DIGIT}+{EXP}?
FLOAT {SIGN}?{DIGIT}+\.{DIGIT}+({EXP})?
%%