]> Nick Gasson's Git Repositories - nvc.git/commit
Fix handling of multi-line PSL comments
authorNick Gasson <nick@nickg.me.uk>
Thu, 11 Jul 2024 20:24:09 +0000 (21:24 +0100)
committerNick Gasson <nick@nickg.me.uk>
Thu, 11 Jul 2024 20:37:02 +0000 (21:37 +0100)
commit017153aa40edce0bc07d811a2f5c781ac79c2956
treeb18c2522b78a1e2b87c87b82a42745dcd6fc363b
parent2f691b8c6eea6f8743c42382ee8df7e380e5de44
Fix handling of multi-line PSL comments

Fixes #910
Fixes #913
src/lexer.l
src/parse.c
test/psl/issue910.vhd [new file with mode: 0644]
test/test_psl.c