mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 03:00:10 -07:00
41 lines
1.6 KiB
Plaintext
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)
|
||
|
|