Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 663 Bytes

README.pod

File metadata and controls

30 lines (18 loc) · 663 Bytes

NAME

wgrep.winxed - A minimial implementation of grep in the winxed programming language.

SYNOPSIS

    $ winxed wgrep.winxed [options] regexp [filename ...]

DESCRIPTION

This is a minimal implementation of Rob Pike's grep in the winxed programming language. See BRIAN W. KERNIGHAN & ROB PIKE, "The Practice of Programming" 222-228 (Addison Wesley pub., 1999).

The principal reason for this program is as an aid to help me to learn and better understand certain aspects of the winxed programming language. It boasts of no other (or further) utility than this.

COPYRIGHT

Copyright (C) 2012, Alvis Yardley