Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 351 Bytes

File metadata and controls

19 lines (12 loc) · 351 Bytes

zig build for MAWK - an implementation of new/posix awk

awk interpreter built with zig.

https://invisible-island.net/mawk

Usage

>>> zig build
>>> ./zig-out/bin/awk --help
Usage: mawk [Options] [Program] [file ...]

License

while the source code of mawk is licensed GPLv2, the zig build scripts are made available with MIT.