Name : perl-Hardware-Vhdl-Lexer
| |
Version : 1.00
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.46
| Date : 2024-08-05 18:26:35
|
Group : Development/Libraries/Perl
| Source RPM : perl-Hardware-Vhdl-Lexer-1.00-1.46.src.rpm
|
Size : 0.02 MB
| |
Packager : (none)
| |
Summary : Split VHDL code into lexical tokens
|
Description :
\'Hardware::Vhdl::Lexer\' splits VHDL code into lexical tokens. To use it, you need to first create a lexer object, passing in something which will supply chunks of VHDL code to the lexer. Repeated calls to the \'get_next_token\' method of the lexer will then return VHDL tokens (in scalar context) or a token type code and the token (in list context). \'get_next_token\' returns undef when there are no more tokens to be read.
NB: in this documentation I refer to \"lines\" of VHDL code and \"line\" sources etc., but in fact the chunks of code don\'t have to be broken up at line-ends - they can be broken anywhere that isn\'t in the middle of a token. New-line characters just happen to be a simple and safe way to split up a file. You don\'t even have to split up the VHDL at all, you can pass in the whole thing as the first and only \"line\".
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-H/openSUSE_Tumbleweed/noarch |