Name : perl-Makefile-DOM
| |
Version : 0.008
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2023-07-20 17:03:24
|
Group : Development/Libraries/Perl
| Source RPM : perl-Makefile-DOM-0.008-lp155.1.1.src.rpm
|
Size : 0.14 MB
| |
Packager : https://www_suse_com/
| |
Summary : Simple DOM parser for Makefiles
|
Description :
This libary can serve as an advanced lexer for (GNU) makefiles. It parses makefiles as \"documents\" and the parsing is lossless. The results are data structures similar to DOM trees. The DOM trees hold every single bit of the information in the original input files, including white spaces, blank lines and makefile comments. That means it\'s possible to reproduce the original makefiles from the DOM trees. In addition, each node of the DOM trees is modifiable and so is the whole tree, just like the PPI module used for Perl source parsing and the HTML::TreeBuilder module used for parsing HTML source.
If you\'re looking for a true GNU make parser that generates an AST, please see Makefile::Parser::GmakeDB instead.
The interface of \'Makefile::DOM\' mimics the API design of PPI. In fact, I\'ve directly stolen the source code and POD documentation of PPI::Node, PPI::Element, and PPI::Dumper, with the full permission from the author of PPI, Adam Kennedy.
\'Makefile::DOM\' tries to be independent of specific makefile\'s syntax. The same set of DOM node types is supposed to get shared by different makefile DOM generators. For example, MDOM::Document::Gmake parses GNU makefiles and returns an instance of MDOM::Document, i.e., the root of the DOM tree while the NMAKE makefile lexer in the future, \'MDOM::Document::Nmake\', also returns instances of the MDOM::Document class. Later, I\'ll also consider adding support for dmake and bsdmake.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-M/15.5/noarch |