The Tower Bridge in Sacramento, California GOLD Engine Version 5
.NET DLL
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 ...


.NET is a technology developed by the Microsoft Corporation for cross-language interoperability. The .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.

Microsoft .NET Homepage

Microsoft .NEt
.NET DLL
by Devin Cook
.NET DLL

With the release of Builder 5.0, the algorithms used by the Engines are vastly improved. This Engine implements the new logic and supports the EGT file format. This DLL will work with all .NET languages.

Size: 32 KB
Version: 5.0
Visual Basic Source Code This implementation of the Engine was written in Visual Basic .Net. This source should help you create additional engines, if you need to create one.
Projects
Visual Basic 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. The DLL is included with this ZIP file.
Author Devin Cook
Language: Visual Basic .NET
Version: 5
C# 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. The DLL is included with this ZIP file.
Author Devin Cook
Language: C#
Version: 5