Search the web
Sign In
New User? Sign Up
GOLDParser · GOLD Parsing System
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 478 - 507 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
478
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...
sanghvi_keyur
Offline Send Email
Jun 1, 2004
10:38 am
479
The Engine DLL creates Reduction objects at parsetime. The object is set to "Public but not creatable". Have a great day, - Devin...
Devin Cook
devindcook
Offline Send Email
Jun 2, 2004
4:55 am
480
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...
Bayu Prasetio
bayuprasetio
Offline Send Email
Jun 4, 2004
7:18 am
481
Hello, Where could I find a VB source code for this version? Or may be a source code in VB for a previous version is available? Thanks, Vitaliy...
compurun3000
Offline Send Email
Jun 7, 2004
9:09 pm
482
The builder itself is not open source, source is not available for it. Most of the engines are open source, if that will help. --Max Battcher-- ...
Max Battcher / WorldM...
world_maker
Offline Send Email
Jun 7, 2004
10:20 pm
483
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...
Devin Cook
devindcook
Offline Send Email
Jun 7, 2004
10:23 pm
484
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...
Devin Cook
devindcook
Offline Send Email
Jun 7, 2004
10:32 pm
485
Thank you Max. A couple weeks ago I downloaded ActiveX source code written on VB. Has it been changed since? Thanks, Vitaliy ... it. Most...
compurun3000
Offline Send Email
Jun 8, 2004
5:01 pm
486
Is any page with descriptions for methods/ and properties for Gold parser? Thanks, vitaliy...
compurun3000
Offline Send Email
Jun 8, 2004
5:02 pm
487
I did not find Visual Basic Source under section ActiveX DLL Engine by Devin Cook On a page ...
compurun3000
Offline Send Email
Jun 8, 2004
6:30 pm
488
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...
Devin Cook
devindcook
Offline Send Email
Jun 8, 2004
9:11 pm
489
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...
Devin Cook
devindcook
Offline Send Email
Jun 8, 2004
9:13 pm
490
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...
Devin Cook
devindcook
Offline Send Email
Jun 8, 2004
9:15 pm
491
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 ...
Devin Cook
devindcook
Offline Send Email
Jun 8, 2004
9:34 pm
492
I just tested two software tools, GOLD Parser Builder 2.3 and original source code for the GOLD Parser Engine ( ...
compurun3000
Offline Send Email
Jun 8, 2004
10:43 pm
493
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} +...
compurun3000
Offline Send Email
Jun 9, 2004
12:34 am
494
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...
Max Battcher / WorldM...
world_maker
Offline Send Email
Jun 9, 2004
12:51 am
495
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@...
Send Email
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]...
Devin Cook
devindcook
Offline Send Email
Jun 9, 2004
6:14 am
497
Devin, My colleague in the message 495 described a general problem. Thanks, Vitaliy ... the...
compurun3000
Offline Send Email
Jun 9, 2004
4:23 pm
498
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@...
Send Email
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...
zigomushy
Offline Send Email
Jun 15, 2004
9:22 pm
500
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Max Battcher
world_maker
Offline Send Email
Jun 18, 2004
4:53 am
504
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@...
Send Email
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...
Devin Cook
devindcook
Offline Send Email
Jun 19, 2004
1:08 pm
506
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...
Devin Cook
devindcook
Offline Send Email
Jun 19, 2004
1:22 pm
507
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/ ...
Max Battcher
world_maker
Offline Send Email
Jun 19, 2004
4:30 pm
Messages 478 - 507 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help