edn_format icon indicating copy to clipboard operation
edn_format copied to clipboard

Fix t_HEX_INTEGER to accept lower-case digits a-f

Open mdbenito opened this issue 7 months ago • 0 comments

This PR fixes the PLY regex for HEX_INTEGER to accept lower-case hexadecimal digits. Not doing so results in hex numbers being split as separate integers and symbols

mdbenito avatar Jul 05 '25 14:07 mdbenito