... 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...
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...
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@...
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@...
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@...
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...
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...
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.....
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@...
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@...
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@...
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@...
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@...
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@...
Mar 3, 2005 8:47 pm
1108
I will manually remove you from the list. Have a great day, - Devin...
Devin Cook
GOLD-Admin@...
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@...
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@...
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...
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...
... terminals ... Reserved ... I am trying to understand this in relation with INT = '-'?({Digit})+ OPERATOR = '+' | '-' If the "fixed length" terminal is...
Robert2275
rvl@...
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@...
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@...
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@...
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"...
... message. You are against, that Devin convinces himself whether he is right with his decision. [...] ... platform-neutral parse tables has not been ported...
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...
... [...] ... 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...
... 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@...
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...