Makefile::DOM

Makefile::DOM is a simple DOM parser for Makefiles.
Download

Makefile::DOM Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Agent Zhang
  • Publisher web site:
  • http://search.cpan.org/~agent/OpenResty-0.3.14/lib/OpenResty/Spec/Overview.pod

Makefile::DOM Tags


Makefile::DOM Description

Makefile::DOM is a simple DOM parser for Makefiles. Makefile::DOM is a simple DOM parser for Makefiles.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. Requirements: · Perl


Makefile::DOM Related Software