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 1094 - 1123 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1094
... tell me! ... Just some ideas from other parsing engines I've used (with or without visual designers). * a 'precedence' function, so we could advise the...
stuart_carnie2000
stuart_carni...
Offline Send Email
Mar 1, 2005
2:00 pm
1095
I don't know if what you're asking for is possible. One of the ideas behind using the technology in GOLD is that you move most of the "thinking" that has to...
J. Merrill
jamesvmerrill
Offline Send Email
Mar 1, 2005
2:57 pm
1096
I will look into updating the grammar to support "includes". I won't add this functionality in the next release - which will be version 2.5.4. This release...
Devin Cook
GOLD-Admin@...
Send Email
Mar 2, 2005
9:28 am
1097
Whoops. It never occurred to me to tell the developer which terminals were in conflict! I will add more information in the next release. - Devin...
Devin Cook
GOLD-Admin@...
Send Email
Mar 2, 2005
9:28 am
1098
Where the 'precedence' option would be useful, would be in the case of reduce-reduce conflicts. There can easily more than two configurations (rules) involved,...
Devin Cook
GOLD-Admin@...
Send Email
Mar 2, 2005
9:28 am
1099
I vote for ['A'..'Z'] -- isn't that "standard" regex-type notation? At 04:22 AM 3/2/2005, Devin Cook wrote (in part) ... J. Merrill / Analytical Software...
J. Merrill
jamesvmerrill
Offline Send Email
Mar 2, 2005
2:48 pm
1100
These ideas start to move GOLD away from its "development-language-independent grammar" notion, but in many cases the "real-world" best choice is to make such...
J. Merrill
jamesvmerrill
Offline Send Email
Mar 2, 2005
3:08 pm
1101
Does Gold parser builder have the ability of error recovery? im using matthew hawkins java engine and i want to find out if it has that kind of ability.....
auyecio
Online Now Send Email
Mar 2, 2005
5:00 pm
1102
I don't know if this is really a request for the builder or not but I think it's useful. A part of the grammar we use, is concerning the usual arithmetic ...
bert.robben@...
Send Email
Mar 3, 2005
8:19 am
1103
... [A-Z] is standard regex style. I strongly favour this notation. I don't like to remember many different notations to define tokens. Please view concerning...
Robert2275
rvl@...
Send Email
Mar 3, 2005
4:27 pm
1104
... The engine can provide support for error recovery (token and parse errors) like I did with my Calitha engine for C#/.NET. I do not know whether the java...
Robert2275
rvl@...
Send Email
Mar 3, 2005
4:34 pm
1105
How do I unsubscribe to the group? I tried sending message to GOLDParser-unsubscribe@yahoogroups.com ...
Young Vu
DUNG.TAN.VU@...
Send Email
Mar 3, 2005
4:39 pm
1106
... expression ... rule for ... In mathematics a - can be better defined as an extra unary operator, so that the expression --5 can be expressed too. I'm not...
Robert2275
rvl@...
Send Email
Mar 3, 2005
4:45 pm
1107
I think that best approach to this issue is to define the integer literal using without the '-'. IntLiteral = {Digit}+ In the grammar, create a rule: <Int...
Devin Cook
GOLD-Admin@...
Send Email
Mar 3, 2005
8:47 pm
1108
I will manually remove you from the list. Have a great day, - Devin...
Devin Cook
GOLD-Admin@...
Send Email
Mar 3, 2005
8:47 pm
1109
... Nothing would happen. Currently, GOLD resolves conflicts between terminals by selecting the "fixed length" terminal. For instance, most programming ...
Devin Cook
GOLD-Admin@...
Send Email
Mar 3, 2005
8:47 pm
1110
I didn't use the regex/YACC notation for a couple of reasons. The first was based on the fact that it doesn't support using decimal indexes for characters. The...
Devin Cook
GOLD-Admin@...
Send Email
Mar 3, 2005
8:47 pm
1111
You say, that you do not want to release code unless an organization has formalized the requirements. Are you sure that this is the right way? I.e. that there...
svv1999
Offline Send Email
Mar 4, 2005
12:07 am
1112
Keep Source Code Safe Hi – Apologies - I have a couple of outstanding write-ups, will send soon. Also I have been checking out LUDO code. Have a few...
john cork
johnmcork
Offline Send Email
Mar 4, 2005
6:22 am
1113
... terminals ... Reserved ... I am trying to understand this in relation with INT = '-'?({Digit})+ OPERATOR = '+' | '-' If the "fixed length" terminal is...
Robert2275
rvl@...
Send Email
Mar 4, 2005
12:01 pm
1114
... first was ... Well, a small extension with \D1234 to use decimal indexes would not be a bad thing. Although I would recommend people using heximal indexes....
Robert2275
rvl@...
Send Email
Mar 4, 2005
12:02 pm
1115
... What does that have to do with making the source code available? This does not magically create some linux code. Anyway, 99% of linux developers also have...
Robert2275
rvl@...
Send Email
Mar 4, 2005
12:17 pm
1116
... Making your code open source, does not mean that everybody can change your code and you have to work with all their changes. Devin can still stay the...
Robert2275
rvl@...
Send Email
Mar 4, 2005
1:08 pm
1117
I am very strongly in opposition to the suggestion made in this message. When you say "there is no Linux code available" do you mean that none of the "engines"...
J. Merrill
jamesvmerrill
Offline Send Email
Mar 4, 2005
2:26 pm
1118
You said what I said, a lot more concisely! At 04:27 AM 3/4/2005, Robert2275 wrote ... J. Merrill / Analytical Software Corp...
J. Merrill
jamesvmerrill
Offline Send Email
Mar 4, 2005
2:55 pm
1119
... message. You are against, that Devin convinces himself whether he is right with his decision. [...] ... platform-neutral parse tables has not been ported...
svv1999
Offline Send Email
Mar 4, 2005
8:22 pm
1120
I am trying to built a C like grammar, but I always keep bumping into a shift-reduce conflict. Here is the part of the grammar that causes the problem: "Start...
axilmar
Offline Send Email
Mar 4, 2005
8:52 pm
1121
... [...] ... That is the point. Seems that there is some magic needed to create portable code out of windows app. ... How do you know that? And if you belongs...
svv1999
Offline Send Email
Mar 4, 2005
8:52 pm
1122
... Portability is a different subject than being open source. Virtually the only solution would be to use Java if you want to include a GUI. BTW Please don't...
Robert2275
rvl@...
Send Email
Mar 4, 2005
10:28 pm
1123
I know I did not make the significance of my examples clear. 1. Look at the msg that are centered around the open source subject. 2. Put yourself in Devin's...
john cork
johnmcork
Offline Send Email
Mar 4, 2005
10:43 pm
Messages 1094 - 1123 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