MIT licensed by Nicolas Mattia
Maintained by [email protected]
This version can be pinned in stack with:makefile-0.1.1.0@sha256:3a767a13407ba235553f22645e7686d2239bce003eedb899c64cb7fcd3714ae5,2180

This package provides a few Attoparser parsers and convenience functions for parsing Makefiles. The datatypes used for describing Makefiles are located in Data.Makefile. The parsers and parsing functions are located in Data.Makefile.Parse. To parse a Makefile in the current folder, simply run parseMakefile. To parse a Makefile located at path, run parseAsMakefile path.