<--Back to Showcase
perl recursive descent parser module
This is also a module which was written as part of a larger project .
Comments :This module inturn uses the Recursive Descent Parser Module functionality. Altavista or major search engine syntax is followed and Users will be allowed to create query strings using Boolean connectors:
AND , OR , AND NOT , OR NOT , NOT
In addition, users will be allowed to group queries using parentheses, e.g.:
hello AND NOT (goodbye OR greeting)
Example usage of the module
$pageLength = 40;
$page = 0;
$searchString = "hello OR goodbye";
$itemOnPage = 13;
$module = KeywordSearch -> New ($pageLength);
$module -> search ($searchString,$page);
($level,$levelID,$text) = $module -> get ($itemOnPage);
perl regex regular expression parsing capability is put to full use here.Couldnt find time to upload to CPAN the perl module repository
Ask us to do a similar project
There are 7 more projects under the category --->Text parsers and arithmetic and complex stuff Please click on all of the projects to know more about our skills and our experience.
1. php salon crm 2. Perl Module Percentile.pm 3. recursive descent parser 4. egads- php profit Calculator 5. leads prospect 6. Csharp Arithmetic Binomial project 7. Find And Replace c# utility
<--Back to Showcase
|