mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 08:55:37 +00:00
ASCII parser: support of identifiers containing ‘-‘
This commit is contained in:
parent
05ec53c1bb
commit
6f474ede7b
@ -56,7 +56,7 @@
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
DIGIT [0-9]
|
DIGIT [0-9]
|
||||||
ALPHA [a-zA-Z_]
|
ALPHA [a-zA-Z_\-]
|
||||||
SIGN \+|-
|
SIGN \+|-
|
||||||
EXP e|E
|
EXP e|E
|
||||||
INT {SIGN}?{DIGIT}+
|
INT {SIGN}?{DIGIT}+
|
||||||
|
Loading…
Reference in New Issue
Block a user