Open source!
This marks mpp
's first official release. So far it's pretty simple:
- Support processing multiple files into a single one by obeying
#include
directives. - Support substituting variables in files by obeying
#define
directives. - Support generating Make-compatible dependencies by passing the
-M
flag tompp(1)
.
More will come soon! :)