mirror of https://github.com/ecmwf/eccodes.git
GRIB-518: Using flex in maximal compatibility mode causes syntax errors
This commit is contained in:
parent
ab3ef10346
commit
1aff33cec2
|
@ -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})?
|
||||
|
||||
%%
|
||||
|
||||
|
|
Loading…
Reference in New Issue