The Universal Turing Machine, Turing Complete and Universality Representations What is it? What are its component parts? What are the limits of computability? ...
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@...
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...
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....
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@...
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...
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@...
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...
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@...
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:...
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@...
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@...
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@...
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...
... 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@...
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,...
... 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...
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@...
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...
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...
... 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@...
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@...
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@...
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@...
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@...
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 -...
... 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...