commit dbeb07de0104958fcbd6f51238c6092b54549779
parent b1878718770d8339bc2b7ddc6ae4c2eb6dc1fd68
Author: Oliver Webb <aquahobbyist@proton.me>
Date: Mon, 16 Sep 2024 22:13:34 -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).
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
@@ -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