The UNIX holy trinity, redesigned with Rob Pike's structural regular expressions in mind.
grep like program (Multi-layer regular expression matching).
sed replacement with sam syntax
awk implementation with structural regex support
- refactor build and test systems
- write
pike - write
auk
All my code is MIT licensed. The code in lib (with the exception of libsre) is from
plan9port
and includes it's appropriate license.