GOLD-Parser: Develop your own programming languages...

Hier kann alles mögliche diskutiert werden. Themen zu Purebasic sind hier erwünscht.
Flames und Spam kommen ungefragt in den Mülleimer.
Benutzeravatar
Kiffi
Beiträge: 10711
Registriert: 08.09.2004 08:21
Wohnort: Amphibios 9

GOLD-Parser: Develop your own programming languages...

Beitrag von Kiffi »

Hallo,

gerade auf EFB.nu entdeckt: GOLD Parser (Freeware)
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
Habe es selber noch nicht ausprobiert. Hört sich allerdings interessant an.

Grüße ... Kiffi
a²+b²=mc²
Kekskiller
Beiträge: 752
Registriert: 14.09.2004 21:39
Kontaktdaten:

Beitrag von Kekskiller »

Klingt ganz interessant... aber ich weiß nicht, ob das was bringt - z.b. bei Sprachen mit speziellem Syntax (habe nicht alles gelesen).
Benutzeravatar
benny
Beiträge: 383
Registriert: 29.08.2004 09:18
Wohnort: Am Ende des www's
Kontaktdaten:

Beitrag von benny »

Den werde ich mir bei Zeiten mal angucken. Danke für den Link, Kiffi!
So long,
benny!
.
nur t0te f1sche schw1mmen m1t dem str0m - 00100 !
Benutzeravatar
ts-soft
Beiträge: 22292
Registriert: 08.09.2004 00:57
Computerausstattung: Mainboard: MSI 970A-G43
CPU: AMD FX-6300 Six-Core Processor
GraKa: GeForce GTX 750 Ti, 2 GB
Memory: 16 GB DDR3-1600 - Dual Channel
Wohnort: Berlin

Beitrag von ts-soft »

Toller Tip, sieht sehr Interessant aus. Mal sehen ob ich was draus mache :wink:
PureBasic 5.73 LTS | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Nutella hat nur sehr wenig Vitamine. Deswegen muss man davon relativ viel essen.
Bild
Benutzeravatar
Kiffi
Beiträge: 10711
Registriert: 08.09.2004 08:21
Wohnort: Amphibios 9

Beitrag von Kiffi »

ts-soft hat geschrieben:Mal sehen ob ich was draus mache :wink:
TS Plüsch Plüsch? ;-)

Grüße ... Kiffi
a²+b²=mc²
Benutzeravatar
ts-soft
Beiträge: 22292
Registriert: 08.09.2004 00:57
Computerausstattung: Mainboard: MSI 970A-G43
CPU: AMD FX-6300 Six-Core Processor
GraKa: GeForce GTX 750 Ti, 2 GB
Memory: 16 GB DDR3-1600 - Dual Channel
Wohnort: Berlin

Beitrag von ts-soft »

Kiffi hat geschrieben:TS Plüsch Plüsch? ;-)

Grüße ... Kiffi
Nee, die Plüsch-Sprachen haben eine Syntax, die ich nicht mag :mrgreen:
Dachte eher an Lexxer zur Syntaxprüfung, Syntaxhighlightning usw.,
aber irgendwie verstehe ich nicht, wie ich den "Goldbären" nutzen kann :oops:
PureBasic 5.73 LTS | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Nutella hat nur sehr wenig Vitamine. Deswegen muss man davon relativ viel essen.
Bild
Antworten