rc nim: update suffix spec
This commit is contained in:
parent
c507863a00
commit
fe66b8a390
|
@ -51,8 +51,10 @@ evaluate-commands %sh{
|
|||
# Grammar
|
||||
opchars='[=+-/<>@$~&%|!?^.:\\*]'
|
||||
opnocol='[=+-/<>@$~&%|!?^.\\*]'
|
||||
suffix="('?([iIuU](8|16|32|64)|[fF](32|64)?|[dDuU]|[fF]))?"
|
||||
floatsuffix="('?([fF](32|64)?|[dD]|[fF]))?"
|
||||
letter='A-Za-z\u000080-\u10FFFF'
|
||||
customsuffix="'[${letter}](_?[${letter}0-9])*"
|
||||
suffix="(${customsuffix}|[iIuU](8|16|32|64)|[fF](32|64)?|[dDuU])?"
|
||||
floatsuffix="(${customsuffix}|[fF](32|64)?|[dD])?"
|
||||
hexdigit='[0-9a-fA-F]'
|
||||
octdigit='[0-7]'
|
||||
bindigit='[01]'
|
||||
|
|
Loading…
Reference in New Issue
Block a user