makefile-1.0.0.4: Simple Makefile parser and generator
This package provides a few Attoparser
parsers and convenience functions
for parsing and generating Makefiles.
The datatypes used for describing Makefiles are located in Makefile
.
The parsers and parsing functions are located in Parse
.
The generating and encoding functions are located in Render
.
To parse a Makefile in the current folder, simply run parseMakefile
. To
parse a Makefile located at path
, run parseAsMakefile
path
. To parse a
Makefile from a Text txt
, run 'parseMakefileContents txt`.
To encode a Makefile
, run encodeMakefile
.