GOLD-Parser: Develop your own programming languages...
Verfasst: 19.03.2007 10:14
Hallo,
gerade auf EFB.nu entdeckt: GOLD Parser (Freeware)
Grüße ... Kiffi
gerade auf EFB.nu entdeckt: GOLD Parser (Freeware)
Habe es selber noch nicht ausprobiert. Hört sich allerdings interessant an.The GOLD Parser is a free, pseudo-open-source parser generator that you
can use to develop your own programming languages, scripting languages
and interpreters.
A "parser" is a piece of software that used to analyze text and then help
separate it into the local objects and data structures that will be used to
compile or interpret the program.
Unlike common compiler-compilers, the GOLD Parser does not require you
to embed your source code directly into the grammar. Instead, the
application analyzes the grammar and then saves the parse tables to a
separate file. This file can be subsequently loaded by the actual parser
engine and used.
The GOLD Parser strives to be a development tool that can be used with
numerous programming languages and on multiple platforms.
Since the parse tables are programming language independent, the parser
engine can be, and has been, easily implemented in different
programming languages. As a result, the GOLD Parser supports a myriad
of programming languages - more than any other parser generator.
"GOLD" is an acronym for Generalized Oriented Language Developer.
Admittedly, this is not a particularly clever acronym, but it does, in part,
represent the history of the greater Sacramento Area.
GOLD Currently Supports:
Java
All Microsoft .NET languages
Delphi 3 & 5
All ActiveX languages
Visual C++
ANSI C
Grüße ... Kiffi