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