]> Nick Gasson's Git Repositories - nvc.git/commit
Fix parser hang for integers in scientific notation (#1065)
authorNikLeberg <39563554+NikLeberg@users.noreply.github.com>
Sat, 9 Nov 2024 17:01:47 +0000 (01:01 +0800)
committerGitHub <noreply@github.com>
Sat, 9 Nov 2024 17:01:47 +0000 (17:01 +0000)
commit60cdf13e511773c006525750bcfc6ae04c9cff14
treee9e9905501e123bf5be8141c1b1293f65ce497cf
parent17e8e7a9d9d83c0e78e48cd75397aab6a03a8b00
Fix parser hang for integers in scientific notation (#1065)
NEWS.md
src/lexer.l
test/parse/hang.vhd [new file with mode: 0644]
test/test_parse.c