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 2655 - 2686 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2655
Hi, Thank for your help. I notice that the generic work the other way. I have to do the following <Unary Exp nlo> ... <Unary Exp Not Plus Minus nlo> ... ...
Wong Chi Chong
wongchichong
Offline Send Email
Dec 1, 2006
8:03 am
2656
Typically when programming there are 4-5 debugging techniques that I use for all languages (not just Gold BNF), and depending on the situation I choose the one...
Wayne Berry
bellingham32
Offline Send Email
Dec 2, 2006
10:01 pm
2657
... (from: http://xlr.sourceforge.net/concept/synnoise.html)...
svv1999
Offline Send Email
Dec 3, 2006
12:03 pm
2660
It would be really, Really, REALLY! nice if Gold would ask me if I wanted to save my changes before it closes and throws away my last hours worth of work... Of...
wulvn
Offline Send Email
Dec 6, 2006
5:51 pm
2661
My GOLD parser asks me if I really want to close when something is not saved, I know this is different then asking you to save, however it accomplishes the...
Wayne Berry
bellingham32
Offline Send Email
Dec 6, 2006
5:56 pm
2662
... not ... Please look at message Number 2456. The text of the message box is misunderstandable easily....
svv1999
Offline Send Email
Dec 6, 2006
9:05 pm
2663
... Well "MY" Gold OCCASIONALLY tells me I haven't saved my grammar changes. Unfortunately, more often than not, it just closes and DOESN'T SAY A DAMN WORD....
wulvn
Offline Send Email
Dec 7, 2006
2:59 am
2664
Thats nothing, sometimes "my" gold gets into a double paste mode, where the thing in my clipboard is always pasted twice into the editor. At the same time...
Wayne Berry
bellingham32
Offline Send Email
Dec 7, 2006
3:12 am
2665
... where the ... the same ... Yep, been there and seen that too. Fortunately, it's just an annoyance rather than the major faux pax of silently trashing your...
wulvn
Offline Send Email
Dec 7, 2006
3:36 am
2666
I'll try to fix both of these bugs in the next version. I should be able to work on it tomorrow. Thanks for the feedback. - Devin [Non-text portions of this...
Devin Cook
GOLD-Admin@...
Send Email
Dec 7, 2006
4:44 am
2667
Devin, I wasn't going to mention anything since I don't have a reproduction scenario. Sometimes it is spuratic, which will make it harder to fix. -Wayne _____...
Wayne Berry
bellingham32
Offline Send Email
Dec 7, 2006
5:31 pm
2668
... able to ... BOTH of the problems are sporadic. The closing with no warning (apparently something is altering the "saved" flag) and the double pasting\no...
wulvn
Offline Send Email
Dec 7, 2006
6:23 pm
2669
Here is the log file: Grammar Warning 2029 Rule was previously defined Grammar Details Whitespace was implicitly defined Grammar...
user923005
Offline Send Email
Dec 7, 2006
9:31 pm
2670
1) http://www.devincook.com/goldparser/doc/meta-language/reduce-reduce-conflict .htm 2) Fix your warnings. -Wayne _____ From: GOLDParser@yahoogroups.com...
Wayne Berry
bellingham32
Offline Send Email
Dec 7, 2006
10:09 pm
2671
... Not an exceptionally helpful reply there Wayne... :) To User923005, The parser is basically complaining that it could interpret a particular "token"...
wulvn
Offline Send Email
Dec 8, 2006
12:24 am
2672
In my defense, Shift-Reduce Warning almost always cause me Reduce-Reduce errors. And Shift-Reduce warning as sometimes easier to fix, so fix the warning and...
Wayne Berry
bellingham32
Offline Send Email
Dec 8, 2006
12:32 am
2673
Being new to GoldParser, I downloaded the DevinCook VB Code templates (i.e. TemplateParser, MainForm, SimpleParser, etc.) and attempted a VB.Net 2005 build....
wfray1000
Offline Send Email
Dec 8, 2006
2:41 am
2674
search everywhere, but get no result. anyone get it? :)...
tankaiha
Offline Send Email
Dec 9, 2006
3:36 am
2675
The following is a change I would like to make to the Meta-Language in the next version of the Builder. I want to add a mechanism that can be used to ...
Devin Cook
GOLD-Admin@...
Send Email
Dec 10, 2006
1:13 am
2676
... I recommend not to implement any approach for conflict resolution for any dcfl-analyzer. Reason: Every conflict resoluting approach helps to hide a...
svv1999
Offline Send Email
Dec 10, 2006
7:00 am
2677
I am involved in splitting HTML pages - as they are coming from the web - into on one hand the semantical content, and on the other hand the presentation...
Francis Baudoux
fbaudoux_ir
Offline Send Email
Dec 10, 2006
4:57 pm
2678
I agree. I would recommend building us better tools to analyze the grammar instead these changes. 1) MDI (Multiple Document Interface) 2) Dockable...
Wayne Berry
bellingham32
Offline Send Email
Dec 10, 2006
6:02 pm
2679
... The dangling else problem is well understood and has a dcfl-solution which should be known by every designers of dcfl-grammars. Therefore escpecially in...
svv1999
Offline Send Email
Dec 10, 2006
7:00 pm
2680
I can think of one case where the conflict resolution might help, and that is the aforementioned dangling else problem. C# could even use that sort of help......
Spam Catcher
aldousd666
Offline Send Email
Dec 11, 2006
5:36 am
2681
The grammar itself should be rather simple... just a few constructs of opcode and operand relationships, but there are a lot of opcodes and possible...
Spam Catcher
aldousd666
Offline Send Email
Dec 11, 2006
5:57 am
2682
I take it back about the simple :) But that document does have quite a lot of EBNF intersparsed in there. Just not in a nice all in one order. ... [Non-text...
Spam Catcher
aldousd666
Offline Send Email
Dec 11, 2006
6:06 am
2683
thx all :) i'v found one from sscli, that is asmparse.y. Alghough not in GoldParser grammar, but valuable to read. ... quite a lot ... constructs of ... and ...
tankaiha
Offline Send Email
Dec 11, 2006
6:28 am
2684
I, for one, would really like the conflict resolution by Rank method you presented Devin. And I think #1 SHOULD be the Highest rank. Or perhaps a better term...
wulvn
Offline Send Email
Dec 11, 2006
6:35 am
2685
When manfred brings up dark corners, he's referring to 'poorly designed grammars', and is referring to the fact that you should redesign the grammar if you...
Spam Catcher
aldousd666
Offline Send Email
Dec 11, 2006
2:04 pm
2686
... in the ... used to ... rules. ... I hope that any changes to the Meta-Language and Engine are optional additions, so that if these elements are not...
William White
wcwhite42
Offline Send Email
Dec 11, 2006
5:54 pm
Messages 2655 - 2686 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