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...
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...
... 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...
... 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...
... 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. ...
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 ...
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)...
... organized ... (and ... files and ... exceed ... enlarge ... Notepad and ... VS.net), and ... projects, I ... which in ... overhead). ... times. I'd ... it...
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...
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...
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...
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...
... 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...
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...
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...
... 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...
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...
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...
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...
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...
... 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)...
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...
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@...
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...
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...