Click here to Skip to main content
15,891,136 members
Articles / Programming Languages / C#

Solving complex parsing tasks with RegexTreeer

Rate me:
Please Sign up or sign in to vote.
3.75/5 (8 votes)
23 Oct 2008LGPL39 min read 33.2K   440   23  
Solving complex parsing tasks by utilizing Regular Expression trees built with RegexTreeer.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CliverSoft.Parser_Test", "CliverSoft.Parser_Test.csproj", "{DE0D8CB8-9D36-4E0A-B8FC-8A131E397FD3}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{DE0D8CB8-9D36-4E0A-B8FC-8A131E397FD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DE0D8CB8-9D36-4E0A-B8FC-8A131E397FD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DE0D8CB8-9D36-4E0A-B8FC-8A131E397FD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DE0D8CB8-9D36-4E0A-B8FC-8A131E397FD3}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Architect CliverSoft (www.cliversoft.com)
Ukraine Ukraine
Sergey is graduated as applied mathematician. He is specialized in custom development including parsing tools, client/server applications.
github: https://github.com/sergeystoyan
site: http://cliversoft.com

Comments and Discussions