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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3206 - 3235 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3206
Hi, I hope someone can help me with a problem I'm having. First, some background. I needed to define two tokens, one of which is for identifiers (restricted...
mworsnopuk
Offline
Nov 2, 2007
4:05 am
3207
I decided to collect comments by caching the comments during the parse phase. When you execute a parse step you'll get back a message letting you know that the...
Sheffield Maillard
sheffieldmai...
Offline Send Email
Nov 2, 2007
4:06 am
3208
I need to parse C++ header files and need to know if anyone has written a C++ Grammar for Gold Parser. I would hate to duplicate effort. Thanks in advance, ...
sheffieldmaillard
sheffieldmai...
Offline Send Email
Nov 2, 2007
4:06 am
3209
I just found GOLD and am quite used to Lua. So I decided to see if I could put together a grammar file for the Lua language. In the Lua manual it has the...
achargis
Offline Send Email
Nov 2, 2007
4:06 am
3210
Hello everyone, I've become very, very behind on my e-mails. In fact, I am literally buried! As a result, I haven't been able to respond to many of them. I am...
devindcook
Offline
Nov 2, 2007
5:54 am
3211
I don't know of any C++ grammars offhand. There is a grammar for the C# language – which is almost complete. C++ is a very difficult language to parse. Some...
Devin Cook
GOLD-Admin@...
Send Email
Nov 2, 2007
6:43 am
3212
EBNF has a number of constructs that are not supported by the standard BNF format. Generally, the 1-to-infinity and 0-to-infinity list have to be converted to...
Devin Cook
GOLD-Admin@...
Send Email
Nov 2, 2007
7:46 am
3213
... The definition you wrote for the identifiers and strings can accept many of the name keywords. For instance, the string "test" can be accepted by both ...
Devin Cook
GOLD-Admin@...
Send Email
Nov 2, 2007
7:46 am
3214
Great point. The application currently uses the MDI interface. When I port the Builder to VB.NET, I should be able to add dockable/undockable windows. Have a...
Devin Cook
GOLD-Admin@...
Send Email
Nov 2, 2007
8:10 am
3215
The following grammar does not work in GOLD, it gives a reduce-reduce error. !------------------------ "Case Sensitive" = 'True' "Start Symbol" = <Program> <c>...
sorchasinead_sorchasi...
sorchasinead...
Offline Send Email
Nov 2, 2007
9:41 am
3216
Thanks for your reply. It's probably my fault for not explaining myself clearly enough, but I think you've misunderstood the problem I was trying to explain. ...
mworsnopuk
Offline
Nov 2, 2007
9:41 am
3217
Hello again, Do you still need help with the C# grammar? - Devin _____ From: GOLDParser@yahoogroups.com [mailto:GOLDParser@yahoogroups.com] On Behalf Of...
Devin Cook
GOLD-Admin@...
Send Email
Nov 2, 2007
10:32 am
3218
I don't have a copy of the grammar offhand. If you can located a copy of it in YACC/Bison, then it can be imported into GOLD. Have a great day - Devin _____ ...
Devin Cook
GOLD-Admin@...
Send Email
Nov 2, 2007
10:33 am
3219
Good point. In the rules, the single quoted items are treated as terminal names and are not case-sensitive. In the first example, <c> and <d> are referring to...
Devin Cook
GOLD-Admin@...
Send Email
Nov 2, 2007
10:40 am
3220
... Just to be sure, you aren't going to do it the GIMP way, are you? :) Btw. could you try porting to VB.mono instead? I don't think the effort will be much...
Szczepan Hołysze...
rulatir
Offline Send Email
Nov 2, 2007
12:27 pm
3221
I've already converted most of the source code to VB.NET - in particular the DFA and LALR table construction is working correctly. Right now I am starting work...
Devin Cook
GOLD-Admin@...
Send Email
Nov 3, 2007
10:47 am
3222
Devin, As long as you're working on porting to another language..... sharp Develop Mono xacc and a project on codeproject called fire edit all have components...
Kelly Parker
bigblockfw
Offline Send Email
Nov 3, 2007
11:42 am
3223
Hi Devin, I found a YACC grammar at: http://www.adaic.org/standards/95lrm/grammar9x.y However, Gold Parser Builder 3.4.3 fails to import it? Any ideas? Thanks,...
nevjs
Offline
Nov 5, 2007
12:17 pm
3224
I looked at fire edit myself, it's very similar to the SyntaxBox (From the Puzzle.Net framework) and i actually think it's a derivative thereof. It's not great...
Spam Catcher
aldousd666
Offline Send Email
Nov 5, 2007
9:18 pm
3225
I would say that you should restrict the names of functions to being similar to the way that you restrict identifiers... for example, like just about every...
Spam Catcher
aldousd666
Offline Send Email
Nov 5, 2007
11:13 pm
3226
or put a comma in there, which is what i actually meant to do, but forgot: <expression list> ::= <expression> ',' <expression list> ... [Non-text portions of...
Spam Catcher
aldousd666
Offline Send Email
Nov 5, 2007
11:13 pm
3227
aha! that's the explanation then, thanks! I ran into that myself when I was trying to assist another unsuspecting guy on the google list. I ended up going...
Spam Catcher
aldousd666
Offline Send Email
Nov 5, 2007
11:18 pm
3228
... Both very good points. I would certainly be interested in an open source "editor" control and would be happy to contribute. The only catch for me is it...
Kelly Parker
bigblockfw
Offline Send Email
Nov 5, 2007
11:29 pm
3229
Alright, well I'll put my thoughts out on the google list now so as not to spam everyone else on here all the time about it. ... [Non-text portions of this...
Spam Catcher
aldousd666
Offline Send Email
Nov 6, 2007
2:59 am
3230
I was able to convert the file. Please send me an e-mail to the address on the website and I will send you the file. Cheers. - Devin _____ From:...
Devin Cook
GOLD-Admin@...
Send Email
Nov 6, 2007
10:00 am
3231
Thanks for that. That was my original plan, but the requirement I've now been given is for any text at all (barring parentheses) to go in the catch-all...
mworsnopuk
Offline
Nov 6, 2007
11:01 am
3232
Hello Devin, Yes I do. I have only two grammar flaws: The first is the next: - When I parse the next line: (Exactly in "0.19") ...
diegocandel
Offline Send Email
Nov 6, 2007
11:01 am
3233
I working on a resource file editor and the user can include windows.h. I have to parse Windows.h and there are a lot of C++ code in Windows.h such as inline...
Sheffield Maillard
sheffieldmai...
Offline Send Email
Nov 6, 2007
11:32 pm
3234
You'll need at least two parsers... one to handle the preprocessor directives and one for the code. Even C++ doesn't try to do it all in one go ;)...
Spam Catcher
aldousd666
Offline Send Email
Nov 7, 2007
5:56 am
3235
Hello Devin, Yes I do. I have only two grammar flaws: The first is the next: - When I parse the next line: (Exactly in "0.19") ...
diegocandel
Offline Send Email
Nov 7, 2007
9:26 am
Messages 3206 - 3235 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