awk interpreter built with zig.
https://invisible-island.net/mawk
>>> zig build
>>> ./zig-out/bin/awk --help
Usage: mawk [Options] [Program] [file ...]while the source code of mawk is licensed GPLv2, the zig build scripts are made available with MIT.