Re: How good is PERL at searching ASCII files?



The Inline::C::ParseRegExp and Inline::C::ParseRecDescent modules
already parse C very effectively. These already do all the heavy
lifting. Using these modules as a model, you should be able to develop
a solution to your problem very quickly.

.