Hello Sir, when I am using goldparser in VB for my final year project of an RDBMS system I am getting error of "Object not set with Block variables" when using...
Hello all, I'm new in GOLDParser area, I've downloaded almost archieves about GOLDParser. There is an example about how to create simple interpreter with...
The role of the parser is to break down a source string into the different rules of the grammar. Pieces of information are referred to as "tokens" and...
Creating an interpret using the either of the Delphi Engines should be very close to how it is done with Visual Basic. You basically run an interpreter on the...
I fixed a bug that affected line-based grammars. When a line commnet was read, the system is supposed to discard the rest of the text on the line with the...
Sorry about that. When I last updated the site I reorganized the Engien section - it was getting to complex to manage. Anyway, the links were wrong. [Devin...
There is documentation for the Builder and a number of Engines on the main doc page: http://www.devincook.com/goldparser/doc I need to add links from the...
Hello everyone, This message is a tad late. Version 2.3 of the GOLD Parser Builder was released. This new version contains a number of bug fixes and ...
We have an existing language/grammer which we are trying to poirt to Gold, but we have encountered a problem. We have two tokens {Any} = {Printable} +...
It looks to me that DateFormat needs to be a non-terminal rule. Try something like (this is just trying to transform what you presented, I have not tested...
The problem with this idea is that all dateformats longer than a single 'token' would be treated as names. For example the format "YYmmmDD" would not be...
rroesler_mdsi
rroesler@...
Jun 9, 2004 2:34 am
496
What exactly is happening? I might have made a typo when I copied the modified source. - Devin [Non-text portions of this message have been removed]...
The problem is that we got different results (for the same compiled grammer) from the builder then from the Active X control Specically (we found) that a...
rroesler_mdsi
rroesler@...
Jun 12, 2004 3:13 am
499
hi folks, i've just got realy stuck into Gold Parser, and found it really cool. i've managed to create a good grammer. if i test the grammer with some simple...
Hallo, I tried Goldparser on 3 different Platforms: win98 (German) worked fine but I need newer windows availability win2000 (English) AND winXP Japanese had...
Moritz Kirmse
kirmse@...
Jun 16, 2004 12:15 am
501
Sorry about having bothered everybody, but after continuing to try, I could get Goldparser to work at least on the win2000 machine: I had set the win2000...
Moritz Kirmse
kirmse@...
Jun 17, 2004 2:15 am
502
If you have a grammer like this (simplified and untested) <Start> ::= <AddExpr> <AddExpr> ::= <MultExpr> Plus <AddExpr> ... <MultExpr> ::= <DataExpr> Mult...
rroesler_mdsi
rroesler@...
Jun 18, 2004 3:30 am
503
This is a feature known as "Trim Reductions". You can turn it off in the Builder via the menus, and most engines provide some sort of option to do that as...
Hi! Does anyone know where I can find the header file that contains the necessary declarations for using the example code you provided for C++ at...
Géza
kgeza@...
Jun 19, 2004 12:17 pm
505
... I appreciate you posting to the forum. ... Thank you! There has been a long-standing problem that the Builder would not work on some of the Asian versions...
A developer named Larry Leonard submitted a project that uses the DLL with Visual C++. The project is available in the Download Page. There is a couple Engines...
I think VB provides a way to get the system specified path seperator, but I can't recall it at the moment. -- --Max Battcher-- http://www.worldmaker.net/ ...