]> git.nickg.me.uk Git - nvc.git/commit
Handle decimal string literals more than 64-bits wide
authorNick Gasson <nick@nickg.me.uk>
Tue, 18 Jul 2023 17:33:28 +0000 (18:33 +0100)
committerNick Gasson <nick@nickg.me.uk>
Tue, 18 Jul 2023 17:33:40 +0000 (18:33 +0100)
commit3ae23022711bb23085e55be26e6ad56ae29e16cb
tree51fe3fb9ac5b878f1f63f090d617c001e30ca8a4
parentf69a87d62f0ec32502ad2c25cb198b1fec25079d
Handle decimal string literals more than 64-bits wide

Fixes #731
NEWS.md
src/parse.c
src/util.c
src/util.h
test/parse/vhdl2008.vhd
test/regress/issue731.vhd [new file with mode: 0644]
test/regress/testlist.txt
test/test_parse.c