Click here to Skip to main content
15,884,099 members
Articles / Programming Languages / Visual Basic

Introduction to GOLD Parser

Rate me:
Please Sign up or sign in to vote.
4.67/5 (26 votes)
26 May 2005CPOL9 min read 261.9K   6.7K   129  
This article introduces the GOLD Parser, a free, multi-programming language parser.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "simple-interpreter", "simple-interpreter.vbproj", "{F5010BC5-03A2-4445-A3C4-B0CA1DA1A16B}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{F5010BC5-03A2-4445-A3C4-B0CA1DA1A16B}.Debug.ActiveCfg = Debug|.NET
		{F5010BC5-03A2-4445-A3C4-B0CA1DA1A16B}.Debug.Build.0 = Debug|.NET
		{F5010BC5-03A2-4445-A3C4-B0CA1DA1A16B}.Release.ActiveCfg = Release|.NET
		{F5010BC5-03A2-4445-A3C4-B0CA1DA1A16B}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 Code Project Open License (CPOL)


Written By
Web Developer
Canada Canada
Adrian Moore is the Development Manager for the SCADA Vision system developed by ABB Inc in Calgary, Alberta.

He has been interested in compilers, parsers, real-time database systems and peer-to-peer solutions since the early 90's. In his spare time, he is currently working on a SQL parser for querying .NET DataSets (http://www.queryadataset.com).

Adrian is a Microsoft MVP for Windows Networking.

Comments and Discussions