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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 413 - 443 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
413
Cordialement... Fabrice Sberro [PETER HOLMES] Consulting Tél.: 01 55 87 65 20 Fax : 01 55 87 65 21 Mail : fsb@... Plan d'accès :...
Fabrice Sberro
fsb@...
Send Email
Apr 1, 2004
8:51 am
414
Dear Mr. Cook, Could you please point me out whether the problem described in message #402 is my fault, or this is a bug in GOLD? (The attachment is in message...
Truong Trung Dung
kapd_be_a_fa...
Offline Send Email
Apr 1, 2004
1:31 pm
415
I've written a very simple language but I can't get it to parse without parsing errors. If I remove the Declares section it works fine. I can't see anything...
emm2dudes
Offline Send Email
Apr 1, 2004
10:11 pm
416
... I had to work away for a day and put the work on my laptop with W2K on it. When I arrived and started working some of the buttons were not there, it was...
emm2dudes
Offline Send Email
Apr 1, 2004
10:13 pm
417
... Please e-mail the grammar to GOLD-Admin _at_ DevinCook.com and I will investigate....
Devin Cook
devindcook
Offline Send Email
Apr 2, 2004
2:01 am
418
... Wow, this stumped me for a bit! In the grammar, you define the program rule as follows: <Program> ::= <Declares> ... This basically says a program is a...
Devin Cook
devindcook
Offline Send Email
Apr 2, 2004
2:23 am
419
... Routines. ... series of ... If you ... can use ... terminal. In ... Packed. ... Devin, Thanks a lot, you're a lifesaver. I need to study this a little. ...
emm2dudes
Offline Send Email
Apr 2, 2004
2:45 pm
420
What books are recommended? I'm fine on writing grammars, and have Aho as one reference. What I'm looking for is a book that covers the OO aspects of the ...
nickle778
Offline Send Email
Apr 5, 2004
10:44 am
421
I've been using Goldparser for awhile and like it very much. However, I've found several issues with the current revision that severely limit its utility. 1)...
tekscope7104
Offline Send Email
Apr 5, 2004
5:42 pm
422
... 1. Allow grammars to be loaded from a C# resource 2. To allow C# Strings to be parsed from an application 3. Combined the runtime classed...
Max Battcher / WorldM...
world_maker
Offline Send Email
Apr 5, 2004
8:24 pm
423
... organized ... (and ... files and ... exceed ... enlarge ... Notepad and ... VS.net), and ... projects, I ... which in ... overhead). ... times. I'd ... it...
tekscope7104
Offline Send Email
Apr 5, 2004
10:44 pm
424
Hmm, I'm not sure what happened to my reply, it looked great when I previewed it. But what showed up was a very different. I'm sure it was "pilot error" on my...
tekscope7104
Offline Send Email
Apr 6, 2004
12:13 am
425
OK, I figured it out I think. At least I'm past this problem. If you look at this definition: <Declare> ::= Declare Constant' Label <Constant> <nl> ... It...
emm2dudes
Offline Send Email
Apr 6, 2004
5:34 pm
426
I've had enough. Too many anomolies, too little documentation and too much time wasted. I've got to move on. I'm purchasing ProGrammer. I can't afford this...
emm2dudes
Offline Send Email
Apr 7, 2004
2:56 am
427
Hello all, I am mexico student and it takes the matter of programming of systems, uses flex and bison, at this moment I am making a small compiler but not like...
rome_0781
Offline
Apr 7, 2004
4:46 pm
428
... too ... ProGrammer. ... but ... Are the problems you are having related to the editor, builder, or both? 99% of my problems are related to the editor, I...
vandal21702
Offline Send Email
Apr 7, 2004
6:29 pm
429
I'm writing a specification language. The intention is to generate code from this specifcation languge. I'd like to be able to allow the user to be able to...
tekscope7104
Offline Send Email
Apr 10, 2004
6:05 pm
430
I've been working on a script similar to C# as far as types, expresions, and statements are concerned. I've uploaded a cut of the grammar covering these 3...
vandal21702
Offline Send Email
Apr 15, 2004
6:55 pm
431
... Yep, mine too! Well, it seems that inside of GOLD parser has some unique OCX named "DC control library" and it does not work well in Win2K somehow (and...
kurobosi2003
Offline Send Email
Apr 15, 2004
6:59 pm
432
I figured this out. I forgot to look for tabs and to disallow '%' character. Keith...
tekscope7104
Offline Send Email
Apr 15, 2004
8:06 pm
433
Some people have been having problems with the GUI library that the Builder uses. I will have a new version out sometime this week - with a number of bug...
Devin Cook
devindcook
Offline Send Email
Apr 26, 2004
5:01 am
434
I am trying to use Gold in a large project and need to pre-parse some of the source code and save it to disk. Then later I need to load it back in like a...
ejames2
Offline
Apr 27, 2004
1:35 pm
435
If you are parsing a huge amount of information, I would recommend creating your own classes and use them to store the parse tree. The Reduction Class is not...
Devin Cook
devindcook
Offline Send Email
Apr 27, 2004
8:50 pm
436
Hello everyone, Version 2.2 of the GOLD Parser Builder was just released. This new version contains a number of bug fixes and enhancements. In addition to the...
Devin Cook
devindcook
Offline Send Email
Apr 29, 2004
7:46 am
437
... Hi Devin. Thanks for your updating! I've been looking forward to see this new version ;-) Unfortunately I still could see some of GUI problems below. 1)...
kurobosi2003
Offline Send Email
Apr 29, 2004
6:36 pm
439
Hello everyone, A number of users are having trouble with the GUI library that is used to display the graphic buttons and autoresize the forms. This is...
Devin Cook
devindcook
Offline Send Email
May 4, 2004
9:01 am
440
Hi. I have a trouble with grammar. I have part of grammar definition for sql select statement: !------------ Grammar "Name" = 'SQL SELECT' "Version"...
ken_nikl
ken_nikl@...
Send Email
May 5, 2004
6:31 am
441
Ok... I need to define a grammar that does the following. I need to parse certain custom tag types out of an html file while maintaining the remaining text...
Jason Southwell
deadseriousa...
Offline Send Email
May 7, 2004
1:53 am
442
Two ways: 1) You can use the new virtual terminals and let a "stupid parser" eat all of the text to the point where you want to start parsing, and all the text...
Max Battcher / WorldM...
world_maker
Offline Send Email
May 7, 2004
11:36 am
443
... HTMLChar set Thanks, I'll start down this path first. I'm sure I'll have questions and I'll be sure to post the final grammar when I get it....
Jason Southwell
deadseriousa...
Offline Send Email
May 7, 2004
11:19 pm
Messages 413 - 443 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