1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-10 00:45:36 +00:00

allow '/' in data name

This commit is contained in:
Antonin Portelli 2014-10-21 17:36:46 +01:00
parent 4506e1689c
commit 8b1cd8f43a

View File

@ -56,7 +56,7 @@
%}
DIGIT [0-9]
ALPHA [a-zA-Z_+.-]
ALPHA [a-zA-Z_+./-]
SIGN \+|-
EXP e|E
INT {SIGN}?{DIGIT}+