The Tower Bridge in Sacramento, California GOLD Parser Engine
Visual Basic .NET Programming Language

 

Main

Latest News
Getting Started
Screen Shots
Download
Documentation
Contributors
Contact


About GOLD

How It Works
FAQ
Why Use GOLD?
Comparison
Revision History
Freeware License
More ...


Articles

What is a Parser?
Backus-Naur Form
DFA Lexer
LALR Parsing
Glossary
Links
More ...


GOLD Newsgroup


 

spacer-150.gif (64 bytes)

.NET is a technology developed by the Microsoft Corporation for cross-language interoperability. .NET Languages are not directly compiled, but, instead, translated to an intermediary language called MSIL (Microsoft Intermediate Language).  In turn, MSIL concisely describes the program's data types, access rights, and logic to the Common Language Runtime (CLR).

In short, the .NET Framework allows components developed in different programming languages to be used together. In time, it is designed to replace COM (also known as ActiveX).

Microsoft .NET Homepage

 

Visual Basic .NET Engine
by Reggie Wilbanks

Visual Basic .NET Source

Reggie Wilbanks has ported the GOLD Parser Engine source code to the new Visual Basic .NET programming language. He as also submitted an example project which draws a parse tree for an given input stream.
Author: Reggie Wilbanks
Language: Visual Basic .NET
Version: 1.0
Size: 20 KB
Project
Parse Tree
This is a simple project which loads a Compiled Grammar Table file and draws a parse tree for a given input string. An example grammar called  "Simple"  is included. This download includes the .NET Module.
Author: Reggie Wilbanks
Language: Visual Basic .NET
Version: 1.0
Size: 20 KB