diff --git a/latan/IoAsciiLexer.lpp b/latan/IoAsciiLexer.lpp index aeaa3de..2437782 100644 --- a/latan/IoAsciiLexer.lpp +++ b/latan/IoAsciiLexer.lpp @@ -56,7 +56,7 @@ %} DIGIT [0-9] -ALPHA [a-zA-Z_] +ALPHA [a-zA-Z_\-] SIGN \+|- EXP e|E INT {SIGN}?{DIGIT}+