Changes for version 0.214 - 2011-08-18
- fixed a bug when dealing with trailing backslashes in variable values. this fixed RT #69319: Error parsing line continuations. thanks Marcelo.
Documentation
De-sugar GNU makefiles to its simplest form using the GmakeDB parser
A make utility using Makefile::Parser::GmakeDB, Makefile::AST, and Makefile::AST::Evaluator
Experimental "make" utility based on Makefile::Parser
Modules
AST for (GNU) makefiles
Evaluator and runtime for Makefile::AST instances
A simple parser for Makefiles
GNU makefile parser using GNU make's database dump
Provides
in lib/Makefile/AST/Command.pm
in lib/Makefile/AST/Rule.pm
in lib/Makefile/AST/Rule/Base.pm
in lib/Makefile/AST/Rule/Implicit.pm
in lib/Makefile/AST/StemMatch.pm
in lib/Makefile/AST/Variable.pm
in lib/Makefile/Parser.pm