This is a no-frills implementation of grep using Perl regular expressions.
You can easily add most of the options present in most grep versions by
creating a MatchAction class or classes whose behavior varies based on
the provided flags.
version: @version@