refixed parsing of constant with comment between size and value
authorMarcus Comstedt <marcus@mc.pp.se>
Wed, 11 Mar 2020 17:21:44 +0000 (18:21 +0100)
committerMarcus Comstedt <marcus@mc.pp.se>
Wed, 11 Mar 2020 17:21:44 +0000 (18:21 +0100)
commit5e94bf029179257cb3539cc5096113a139e37ff5
tree99782560c069b0cc25d7f61a8d237cf2136af50a
parentdd8ebf7873eadab9c6d0fba8c4ed25eb88acbb8f
refixed parsing of constant with comment between size and value

The three parts of a based constant (size, base, digits) are now three
separate tokens, allowing the linear whitespace (including comments)
between them to be treated as normal inter-token whitespace.
frontends/verilog/verilog_lexer.l
frontends/verilog/verilog_parser.y