commit dbeb07de0104958fcbd6f51238c6092b54549779
Author: Oliver Webb <aquahobbyist_AT_proton.me>
Date: Mon Sep 16 22:13:34 2024 -0500
Add wak to suckless.org/rocks/
wak is an awk implementation in 4500 lines of pure C
(onetrueawk is 6000 lines not counting the yacc based parser).
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
index 8162dcd4..c56cca1e 100644
--- a/suckless.org/rocks/index.md
+++ b/suckless.org/rocks/index.md
_AT_@ -233,6 +233,7 @@ This covers most console-based programs and programs from
* [md4c](
https://github.com/mity/md4c) - markdown to html converter. Fast,
[CommonMark](
https://commonmark.org/) compliant, offers extensions which can
be switched on/off via cli args.
+* [wak](
https://github.com/raygard/wak) - A small, POSIX compliant awk implementation.
### Utilities / miscellaneous
Received on Tue Sep 17 2024 - 05:15:59 CEST