Rewritten grep example program.

"touched" some of the sources to force regression tests to rebuild.
Split test code up some more to help msvc-stlport.


[SVN r26705]
This commit is contained in:
John Maddock
2005-01-15 12:29:59 +00:00
parent 1e48609cfd
commit 30acb7d2f8
17 changed files with 231 additions and 716 deletions

View File

@ -53,13 +53,10 @@
<P>Directory: <A href="../test/captures">libs/test/captures</A>.</P>
<P>Files: <A href="../test/captures/captures_test.cpp">captures_test.cpp</A>.</P>
<H3>Example programs</H3>
<H4>jgrep.exe</H4>
<P>A simple grep implementation, run with no command line options to find out its
usage. Look at <A href="../src/fileiter.cpp">fileiter.cpp</A>/fileiter.hpp and
the mapfile class to see an example of a "smart" bidirectional iterator that
can be used with boost.regex or any other STL algorithm.</P>
<P>Files: <A href="../example/jgrep/jgrep.cpp">jgrep.cpp</A>, <A href="../example/jgrep/main.cpp">
main.cpp</A>.</P>
<H4>grep</H4>
<P>A simple grep implementation, run with the -h command line option to find out
its usage.</P>
<P>Files: <A href="../example/grep/grep.cpp">grep.cpp</A></P>
<H4>timer.exe</H4>
<P>A simple interactive expression matching application, the results of all
matches are timed, allowing the programmer to optimize their regular