]> 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>
Sat, 22 Jul 2023 10:20:11 +0000 (11:20 +0100)
commitd50a7939a3cc6d303fccebb4ebd7e0571c3e320c
tree28d735a897c20d7da924e9a15e6547bb9b44ab13
parent3b1577f276e72b7d6c6a69f6312dc29b55dd9fe6
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