small fix, large gain (in size)
This commit is contained in:
parent
94606d3845
commit
4c4a352a98
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ NAME [[:alpha:]_][[:alnum:][:digit:]_]*
|
||||||
|
|
||||||
ESC \\.
|
ESC \\.
|
||||||
SQCHR [^\']
|
SQCHR [^\']
|
||||||
DQCHR {ESC}|[^\"]
|
DQCHR {ESC}|[^\\\"]
|
||||||
DQSTR \"{DQCHR}*\"
|
DQSTR \"{DQCHR}*\"
|
||||||
SQSTR \'{SQCHR}*\'
|
SQSTR \'{SQCHR}*\'
|
||||||
VARIABLE ${NAME}|$\{{NAME}\}|${DIGITS}|$\{{DIGITS}\}|$\?|$\{\?\}
|
VARIABLE ${NAME}|$\{{NAME}\}|${DIGITS}|$\{{DIGITS}\}|$\?|$\{\?\}
|
||||||
|
|
Loading…
Reference in a new issue