Subject: | typo in VParseLex.l |
Date: | Tue, 4 Dec 2007 11:00:02 -0500 |
To: | <bug-Verilog-Perl [...] rt.cpan.org> |
From: | "David Plumb" <David.Plumb [...] intellon.com> |
Distribution: Verilog-Perl-3.020
Perl version: v5.8.0 built for i686-linux
Operating system: Linux lnxsrv13 2.4.21-40.ELhugemem #1 SMP Thu Feb 2 22:14:10 EST 2006 i686 i686 i386 GNU/Linux
I was just browsing the code and noticed a small typo in the unsupported SystemVerilog keywords at line 288 of VParseLex.l:
"endcass" { FL; VALTEXT; CALLBACK(keywordCb); return ygenKEYWORD; }
I believe the line should be:
"endclass" { FL; VALTEXT; CALLBACK(keywordCb); return ygenKEYWORD; }
Regards,
David Plumb