diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2017-05-13 01:50:39 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-23 12:53:53 +0200 |
commit | 22fb54a917676e61f19d773cc4f931300ace925e (patch) | |
tree | de709d6ad2e433a59cee0c7dcaa904c78a30e01f /src/bin | |
parent | 98b2d4911644a8e206fe9de692e4ccaa6e3e0cb3 (diff) |
lexer.rl: hex can be as long as we want
hex expression shared the esc_hex expression before.
But esc_hex is limited to 2 hexdecimal characters, and thus poor choice
for parsing hexdecimal numbers in source. (This is different from C
which allows "n" length hex escapes causing problems when you mix hex
escapes with strings for example)
Diffstat (limited to 'src/bin')
0 files changed, 0 insertions, 0 deletions