The Tower Bridge in Sacramento, California Original GOLD Engine
C++ 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 ...


The C++ Programming Language was developed by Bjarne Stroustrup in the 1980's at Bell Laboratories. Initially called "C with Classes", C++ is based directly on the C Programming Language and incorporates a number of features such as classes, templates, exception handling and operator overloading.

C++ is one of the most popular and portable programming languages used today.

 

Astudillo Visual C++ Engine
by Manuel Astudillo
Source Code Manuel Astudillo has created a version of the GOLD Parser Engine from the ground-up. This version contains an additional class named "ASTCreator" which is designed to aid in the construction of a specialized parse tree. In addition, it support UNIX-based operating systems. It has been compiled and tested on FreeBSD, Linux and HPUX.
Author: Manuel Astudillo
Language: C++
Version: 1.0.4
Size: 85 KB
Homepage: Project: C++ Gold Parser
Visual C++ - LUDO Scripting Engine
by Eylem Ugurel
Source Code Eylem Ugurel has created a version of the LUDO (Language for Unified Design and Operation) Engine in C++. This file contains the source code for the LUDO Engine and a Visual C++ sample project.
Author: Eylem Ugurel
Language: C++
Version: 3.4.0.0
Size: 1 MB
Scripting Engine This file includes the installation wizard for the LUDO Scripting Engine. LUDO Script is similar to C++, but with a far cleaner and more consistent grammar.
Author: Eylem Ugurel
Version: 3.4.0.0
Size: 191 KB
Sample Scripts This file contains a selection of sample LUDO programs. LUDO Script is similar to C++, but with a far cleaner and more consistent grammar.
Author: Eylem Ugurel
Version: 3.4.0.0
Size: 9 KB
Bodde wxWidgets Engine
by Jorgen Bodde
C++ Source Jorgen Bodde released an implementation of the GOLD Engine for wxWidgets (http://www.wxwidgets.org) which is a cross platform GUI toolkit.

The source was ported from the Alexandre Rai engine (Delphi 5 version) to C++ and runs under Linux and Windows (MacOS and Solaris should also work).

Author: Jorgen Bodde
Language: C++
Version: 1.0
Size: 227 KB
Homepage: Jorg's wxWidgets Page