Author :
Pierre Le Marre
Date :
2023-07-04 09:23:24
Hash :0da68bc6 Message :Simplify parsing of numeric keysyms in parser.y
In `parser.y`, a numeric keysym is parsed by formatting it in its
hexadecimal form then parsed as a keysym name. This is convoluted.
Fixed by checking directly the upper bound.