
Top : Computers : Programming : Languages :
m4
Websites
Powerful (Turing-equivalent) implementation of traditional Unix macro-expansion program, designed as preprocessor to more stubborn languages. Ugly, but fairly standard, available on most platforms.
site exerpt
GNU m4 GNU Project Free Software Foundation (FSF) Macros are either builtin or user-defined and can take any number of arguments. Besides just doing macro expansion m4 has builtin functions for including named files, running UNIX commands, doing integer arithmetic, manipulating text in various ways, recursion etc m4...René Seindal's site for developing the Free Software Foundation's version of the Unix macro processor.
site exerpt
GNU m4 Development site Current development version is 1.4ppre2. Development versions contain new features and experiments that might or might not make it into the next official release. The current development version contains among other things (browse the new features for more detail Uses...