/sreutils

The UNIX holy trinity, reimagined

Primary LanguageCMIT LicenseMIT

sreutils

The UNIX holy trinity, redesigned with Rob Pike's structural regular expressions in mind.

Programs

siv

grep like program (Multi-layer regular expression matching).

pike

sed replacement with sam syntax

auk

awk implementation with structural regex support

TODO

  • refactor build and test systems
  • write pike
  • write auk

License

All my code is MIT licensed. The code in lib (with the exception of libsre) is from plan9port and includes it's appropriate license.