makrell 0.1

20 May 2008 // php. things.

First "release" of makrell

download

documentation

test file (requires testik)

makrell, the macro processor

23 July 2007 // php. things.

makrell is a simple but powerful macroprocessor for php language. It is aimed to simplify creating complex documents by using macros. A macro is a (typically short) chunk of text that replaces another (typically much longer) chunk. Macros act like functions in programming: once defined, they can be used over and over again.

The applications of makrell are templating, domain specific languages and php preprocessing.

more...