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 952 - 982 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
952
The Universal Turing Machine, Turing Complete and Universality Representations What is it? What are its component parts? What are the limits of computability? ...
john cork
johnmcork
Offline Send Email
Jan 3, 2005
3:30 am
953
Hello, If Devin was to convert the implicit ByRefs to ByVals (VB is by default ByRef), then that would break the binary compability of the current ActiveX. On...
Julien Lecomte
j.lecomte@...
Send Email
Jan 4, 2005
3:25 pm
954
Whoops! I agree. I should have used pass-by-value in the parameters. I will fix this when I next update the Engine. Since I will be breaking the binary...
Devin Cook
devindcook
Offline Send Email
Jan 4, 2005
3:39 pm
955
Excellent writeup....
Devin Cook
devindcook
Offline Send Email
Jan 4, 2005
4:03 pm
956
Thanks What I will do is: 1. Write a note on how set theory/predicate-calculus/z-math fails. 2. Produce a Minimal Grammar from which all grammars can be built....
john cork
johnmcork
Offline Send Email
Jan 5, 2005
1:13 am
957
Hi, Devin. I think it's a good idea to store the row and column in the token object. I have also a little request that can be useful to many developers : why...
FAURE, Gaël
gafaure@...
Send Email
Jan 5, 2005
7:55 am
958
Thank you very much, Devin, for considering our "requests" so quickly ! It makes your software a very useful one. Yves PS: I have developed a Program Template...
Yves Lederrey
ylbcx
Offline Send Email
Jan 5, 2005
11:01 pm
959
Many Thanks Eylem Happy New Year to you and All the Group Members Kind Regards, Tarun Tyagi (Author: "Data Recovery with & without Programming" ) ...
Author Tarun Tyagi
author_tarun...
Offline Send Email
Jan 6, 2005
5:33 pm
960
Hello, On a side note, I'ld recommend the utility Project Analyzer (shareware by Aivosto software) to analyze the ActiveX and report potential problems such as...
Julien Lecomte
j.lecomte@...
Send Email
Jan 6, 2005
6:49 pm
961
I am looking at a requirement to parse several different source languages. Having downloaded GOLD Parser and several sample grammers I have tried to generate...
geralddavies2000
geralddavies...
Offline Send Email
Jan 7, 2005
5:32 pm
963
Hi, in Delphi manuals (object pascal reference manual) you can find complete grammar. Paolo ... yet. ... be able...
shinpuu_p
Offline Send Email
Jan 11, 2005
10:43 am
964
I upgraded to the new Gold Parser Builder, but the tool crashes when I try to generate C++ constants from my cgt file. Actually it already gives an error right...
Bert Robben
bert.robben@...
Send Email
Jan 11, 2005
1:19 pm
965
What's the error message? ... From: Bert Robben [mailto:bert.robben@...] Sent: Tuesday, January 11, 2005 5:20 AM To: GOLDParser@yahoogroups.com Subject:...
Devin Cook
devindcook
Offline Send Email
Jan 11, 2005
6:57 pm
966
Hi guys, I only recently looked at this forum, but I thought it would be a good place to announce version 1.8 of the Calitha C#GPEngine. It can be downloaded...
Robert2275
rvl@...
Send Email
Jan 11, 2005
9:54 pm
967
Run-time error '9': Subscript out of range I don't know if it matters, but I installed GPB in "c:\tools\gold\gold parser builder" and not in c:\program files ...
bert.robben@...
Send Email
Jan 12, 2005
8:26 am
968
Hi everyone, Is there any desire for a new implementation of a GOLD parser engine in Java? Or do the current implementations already implement the features you...
Robert2275
rvl@...
Send Email
Jan 12, 2005
12:06 pm
969
...version 1.8 of the Calitha C#GPEngine.... Wow I looked over the docs and I must say it's really impressive. I did check one thing in particular that has...
johndehope3
Offline
Jan 13, 2005
3:18 pm
970
... Although when the source has been parsed there is only one reduction directly available, each reduction object has a tokens property that contains a list...
Robert2275
rvl@...
Send Email
Jan 13, 2005
4:44 pm
971
... I think your name is okay. What confuses me is why there are any tokens left at all? Why aren't they all reductions instead? If everything is all parsed,...
johndehope3
Offline
Jan 13, 2005
7:04 pm
972
... All a reduction tells you is the rule that the parsed tokens fit. You are still going to want the contents of the tokens to pull out your names, string...
Max Battcher
world_maker
Offline Send Email
Jan 13, 2005
9:05 pm
973
Hello, What's the tool you used to create that nice documentation ? (http://www.xs4all.nl/~rvanloen/docs/goldparser/) Thanks, Julien ... <snip> ... <snip>...
Julien Lecomte
lecomtejulien@...
Send Email
Jan 14, 2005
12:34 am
974
The same happens to me (on 2 different systems running WinXP), but I have it installed in c:\program files. I also didn't allow the installation program to...
austro_tom
Offline Send Email
Jan 14, 2005
8:38 am
975
The same happens to me (on 2 different systems running WinXP), but I have it installed in c:\program files. I also didn't allow the installation program to...
austro_tom
Offline Send Email
Jan 14, 2005
8:40 am
976
... Hi! I used ndoc http://ndoc.sourceforge.net/ Thanks to Patrick Philippot for finding it :) BTW, for the next version I think I'll try something else than...
Robert2275
rvl@...
Send Email
Jan 14, 2005
9:07 am
977
... Although the tokens have been reduced, you still need to know what those tokens were! The tokens have been popped from the stack and attached to a new...
Robert2275
rvl@...
Send Email
Jan 14, 2005
10:00 am
978
FWIW, a while ago I did a quick scan on all .NET parser generators I could find. These are my (very rough) results. In the end I chose for Calitha as it was...
bert.robben@...
Send Email
Jan 14, 2005
10:39 am
979
... could ... Thanks for sharing this. ... What do you mean by this? Considering no exception should normally be thrown during parsing is it really a problem? ...
Robert2275
rvl@...
Send Email
Jan 14, 2005
7:16 pm
980
Hi, I'm trying to get LotusScript (scripting language of IBM Lotus Domino environnement) grammar. I think it's close to visual basic 6 one The vbscript grammar...
fenriss1
fenriss1@...
Send Email
Jan 14, 2005
7:28 pm
981
May be you are missing a inline statement in the rule..pls post your rule for 'if' so that i could try to solve it...venki ... Do you Yahoo!? Yahoo! Mail -...
venkatesh palaniappan
venkateshp_2004
Offline Send Email
Jan 15, 2005
9:57 am
982
... rule for 'if' so that i could try to solve it...venki ... more. ... thanks for your response In fact I restored the original if statement of vbscript...
fenriss1
fenriss1@...
Send Email
Jan 15, 2005
10:51 am
Messages 952 - 982 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