The Tower Bridge in Sacramento, California GOLD Parser Engine
Delphi 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


 

The Delphi Programming Language evolved from the Pascal Programming Language with the guidance of the Borland Corporation. Delphi contains a large number of class-library and language improvements over Pascal.

Delphi Programming Language Homepage

The latest version of Delphi works with Microsoft's .NET Platform. As a result, modules developed in other .NET languages will work with Delphi.

 

Rai Delphi Engine
by Alexandre Rai

Delphi 5 Source

Alexandre Rai, implemented the GOLD Parser Engine using Borland's popular Delphi Programming Language. In this version, most of the functions and classes have been reimplemented and the code is designed to be easier to use.
Author: Alexandre Rai
Language: Borland Delphi 5
Version: 1.0
Size: 29 KB

Delphi 3 Source

Alexandre Rai also created a version of the source code using Delphi 3.
Author: Alexandre Rai
Language: Borland Delphi 3
Version: 1.0
Size: 29 KB
Project:
Parse Tree
This project displays a parse tree in text format.
Author: Alexandre Rai
Language: Borland Delphi
Version: Alpha
Size: 76 KB

 

van der Geer Delphi Engine
by Martin van der Geer

Delphi Source

Martin van der Geer has ported the Visual Basic 5 source to the popular DelphiŪ Programming Language. The ZIP file contains all the Delphi source code as well as a Parse Tree sample project.
Author: Martin van der Geer
Language: Borland Delphi
Version: 0.2 Alpha
Size: 76 KB

Delphi Source
(Modified)

This is modified version of the Delphi source code written by  Martin van der Geer. All modified versions have been marked with //IBRAHIM.
Author: Ibrahim Khachab
Language: Borland Delphi
Version: Modified version of Martin van der Geer's source code
Size: 76 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. The ZIP file contains all the Delphi GOLD Parser Engine source code and a compiled exe.
Author: Martin van der Geer
Language: Borland Delphi
Version: Alpha
Size: 76 KB