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 2712 - 2749 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2712
You are, it seems, defining two languages in one "space". One language uses whitespace as a delimiter between its tokens; the other uses '.template' and...
Chris Trelawny-Ross
badajoz1812
Offline Send Email
Jan 1, 2007
6:28 pm
2715
Hi all, and happy new year.. Im developing a real-time system in delphi but would like to use the GoldParser for executing scripts. so really, the application...
iatcas
Offline Send Email
Jan 2, 2007
1:31 pm
2717
hi , happy year you too. check this t : http://www.paxscript.com/ works very fast regards ... De: iatcas <iatcas@...> Para: GOLDParser@yahoogroups.com...
Sandro Gravenhorst
sgraven2003
Offline Send Email
Jan 3, 2007
7:31 am
2718
Hello, hi , happy year you too. check this t : _http://www.paxscriphttp:/_ (http://www.paxscript.com/) works very fast greetings from Germany and a successful...
WeikEngOff@...
udoweiksw
Offline Send Email
Jan 3, 2007
8:43 am
2720
Hi folks, just downloaded 3.24. When I start the setup.exe, It tells me to insert disk one. I'm on WinXP Home, SP2 with all the pathes besides IE7. Any clue...
mhartlef
Offline Send Email
Jan 3, 2007
10:07 pm
2721
... Most likely your system is infected....
svv1999
Offline Send Email
Jan 3, 2007
11:42 pm
2724
That's quite odd. I will have to recheck the installation script. I am going to have an update in the next couple of days. - Devin [Non-text portions of this...
Devin Cook
GOLD-Admin@...
Send Email
Jan 4, 2007
9:52 pm
2725
Hi all and happy new year, I'm building a parsing program for processing RSS grammar. I based my work on XML grammar: ...
sgraven2003
Offline Send Email
Jan 5, 2007
8:47 am
2726
Thanks Kevin, as I workaround, I installed 3.23 and copied the files manualy. Cheers Michael [Non-text portions of this message have been removed]...
Michael Hartlef
mhartlef
Offline Send Email
Jan 5, 2007
4:37 pm
2727
The XML grammar you point is very limited. I would love to help to write and test a full XML grammar as defined by W3 recommendation in:...
andersoncarli
Offline Send Email
Jan 5, 2007
6:42 pm
2728
Once I tryed to convert the W3 grammar to Gold, with no success (plenty of conflicts). If you want to try, take a look in xml.w3.zip in Grammars folder. There...
andersoncarli
Offline Send Email
Jan 5, 2007
6:54 pm
2729
For any non-trivial parsing of XML files I would suggest using a real XML library and not rolling your own in GOLD. There are many existing, good, libraries...
Max Battcher
world_maker
Offline Send Email
Jan 5, 2007
9:31 pm
2730
I just uploaded a Beta version of 3.3 of the Builder. http://www.devincook.com/goldparser/gold-parser-v3.3.0-beta.zip The new version contains a completely...
Devin Cook
GOLD-Admin@...
Send Email
Jan 5, 2007
9:45 pm
2731
... Seems you want to define some sort of string http://www.devincook.com/GOLDParser/doc/meta-language/example-string- terminal.htm...
svv1999
Offline Send Email
Jan 5, 2007
10:38 pm
2732
... Great! ---and some suggestions: The "continue"-button feels misplaced in the right lower corner. I would prefer to simply click the icon for the test...
svv1999
Offline Send Email
Jan 6, 2007
2:47 am
2733
yes, you are right Max , and in fact ,just for this urgent task, I am doing that way ( external library ). But afer this, I will try to do it in goldparser...
sgraven2003
Offline Send Email
Jan 6, 2007
9:25 am
2734
I saw the grammar and I noticed that you have the same problem with CDATA, your project is ambitious but I will try to collaborate (I am also a novice in this...
sgraven2003
Offline Send Email
Jan 6, 2007
10:23 am
2735
Thanks for the feedback. I'll implement a slow/fast feature in the future. Rewind should be quite easy to code, since it's a combination of stop then start. ...
Devin Cook
GOLD-Admin@...
Send Email
Jan 6, 2007
9:32 pm
2736
... One more point to implement: nested/dycked comments. And one more point to think of: escaping the builtin lexer...
svv1999
Offline Send Email
Jan 6, 2007
10:16 pm
2737
I just have to ask.... why?? Why would you want to use GOLD for this, besides any personal educational gain? Beyond the basic XML parsing you have to deal with...
Robert2275
Offline Send Email
Jan 6, 2007
11:55 pm
2738
I have to agree. Using a parser development system like GOLD, YACC, ANTLR, etc. is overkill. Its like watering a flower bed with a fire hose. </bad pun> :-)...
Devin Cook
GOLD-Admin@...
Send Email
Jan 7, 2007
3:48 pm
2739
Hello everyone, I just uploaded version 3.3 of the Builder. The new version contains a completely overhauled Test Window. * Major improvement! The Test Window...
devindcook
Online Now
Jan 7, 2007
3:56 pm
2742
Well, there are many reasons to do this, follow some: 1. Educational, XML could be a nice starting point to understand Gold, there is a direct connection...
andersoncarli
Offline Send Email
Jan 9, 2007
5:48 pm
2743
Devin, very cool! I know it's not in this one particular release that this change happened, but I have to say that I'm most impressed by the speed ups you've...
Spam Catcher
aldousd666
Offline Send Email
Jan 10, 2007
5:42 am
2744
I am having trouble with the CurrentLineNumber property reporting an incorrect line number in the Reggie Wilbanks VB.Net Source code from the GOLD Parser...
ejames2
Offline
Jan 11, 2007
7:46 pm
2745
Hello, I've been working with GOLD for about a day and I'm amazed how productive I've been with it. This is a great system! But I have a problem with my...
ianjsparks
Offline Send Email
Jan 12, 2007
2:38 pm
2746
Terminals must be unique from the first character onward. I can't explain why, however Identifier and remote are both terminals for the first letter 'r' so it...
Wayne Berry
bellingham32
Offline Send Email
Jan 12, 2007
5:41 pm
2747
Ok, I'm continuing to work on this and getting somewhere. By defining : DecLiteral = [123456789]{digit}* FloatLiteral = {Digit}*.{Digit}+ ...
ianjsparks
Offline Send Email
Jan 12, 2007
5:57 pm
2748
... explain ... letter ... need to to ... Thanks for that advice. That's helped me solve this one. I wanted to allow a keyword "this" as well as a digit as a...
ianjsparks
Offline Send Email
Jan 12, 2007
6:25 pm
2749
I am surprised that this: DecLiteral = [123456789]{digit}* FloatLiteral = {Digit}*.{Digit}+ Doesn't cause a shift-reduce conflicts; however you might not be...
Wayne Berry
bellingham32
Offline Send Email
Jan 12, 2007
10:08 pm
Messages 2712 - 2749 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