Cliver.Parser

Cliver.Parser is a .NET library developed to parse text with regex tree stored in .rgx file. It returns the parsed data as a tree-like structure that makes the code that uses it, simple and clear. Cliver.Parser is exposed by RegexTreeer as a DLL and can be embedded into .NET code by adding a reference to RegexTreeer.exe.

The general objective of Cliver.Parser is to keep regexes and the parsing process separated from the code where the parsed data is used. That means the code does not depend on regexes anymore, so they can be changed without requiring change of the code, and vise versa.

Thus, although RegexTreeer remains yet a helpful tool without use of Cliver.Parser, the last one makes the parsing solution perfect.




Copyright © 2006-2008, Sergey Stoyan, CliverSoft

This help file has been generated by the freeware version of HelpNDoc