repo/core/m4/README

41 lines
1.6 KiB
Plaintext

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)