repo/core/m4
2021-08-26 07:22:10 +03:00
..
build m4: update for new env 2021-07-15 12:18:09 +03:00
checksums
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
sources
version

m4
________________________________________________________________________________

GNU m4 is an implementation of m4 for the GNU Project. It is designed to avoid
many kinds of arbitrary limits found in traditional m4 implementations, such as
maximum line lengths, maximum size of a macro and number of macros. Removing
such arbitrary limits is one of the stated goals of the GNU Project. [0]

Upstream: https://www.gnu.org/software/m4/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b m4                                                                 |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/M4_(computer_language)