repo/core/m4
Dylan Araps 14849c1eb7
repo: check-in readmes
2021-08-26 07:22:10 +03:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build m4: update for new env 2021-07-15 12:18:09 +03:00
checksums m4: 1.4.19 2021-06-30 11:14:15 +00:00
sources m4: use VERSION 2021-07-15 09:29:36 +03:00
version m4: 1.4.19 2021-06-30 11:14:15 +00:00

README

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)