]> Nick Gasson's Git Repositories - nvc.git/commit
Check pragmas always appear in pair within a design unit
authorNick Gasson <nick@nickg.me.uk>
Mon, 11 Sep 2023 19:34:27 +0000 (20:34 +0100)
committerNick Gasson <nick@nickg.me.uk>
Mon, 11 Sep 2023 19:50:41 +0000 (20:50 +0100)
commit52759deeec7093eb53cfd02e5774051431f17f48
tree6c32d61f907a901c42765ab9e7269efb335c91cc
parente38bb43cf7871e1b0e37d1e8a5af0e04fddd4ad7
Check pragmas always appear in pair within a design unit

Fixes #753
src/lexer.l
src/parse.c
src/scan.h
src/tree.h
test/lower/protupref.vhd
test/parse/issue753.vhd [new file with mode: 0644]
test/test_parse.c