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...
Show off your group to the world. Share a photo of your group with us.

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 3366 - 3396 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3366
Hi All I'm using a Grammar based on the the SQL-ANSI-89.arm. In this Grammar I defined a "In Expression" like this <In Exp> ::= <Sub Select> ... ...
michael.kroeschel
michael.kroe...
Offline Send Email
Jun 6, 2008
6:39 pm
3367
Hi, i'am new to the GOLD Parser and i try to parse a HTML file with the parser. Is this possible at all and how can i use back links like \k in regular ...
Markus Benz
benz.markus@...
Send Email
Jun 6, 2008
6:39 pm
3368
How do you do the link between a function call (into the parsed script) to a real java function call ? For example, in one side, you have in a script the...
forest4473
Offline
Jun 6, 2008
6:39 pm
3369
How do you do the link between a function call in a script and the corresponding java function ? For example, how do you link the "compute(2, 3)" script line...
forest4473
Offline
Jun 6, 2008
6:39 pm
3370
... Back references are not expressible in a Context-Free Grammar. (Technically they are not expressible in a true regular expression either, but most extended...
Max Battcher
world_maker
Offline Send Email
Jun 6, 2008
8:44 pm
3371
Hi All I' m using a Grammar based on the SQL-ANSI-89 Grammar to parse my Select statements. In the Grammar I defined an Expression for a SQL IN clause like...
michael.kroeschel@...
Send Email
Jun 16, 2008
2:20 pm
3372
Hi, thanks for the help, helped me a lot. Regards Markus ... [Non-text portions of this message have been removed]...
Markus Benz
benz.markus@...
Send Email
Jun 16, 2008
2:20 pm
3373
Use the following definition for string literal: {String Ch 2} = {All Valid} - [''] StringLiteral = '' ({String Ch 2} | '''')* '' Hope this helps Ad....
adrian.r.moore@...
Send Email
Jun 16, 2008
2:59 pm
3374
Hi, I'm having a trouble with "import goldengine.java" It says that package does not exist. How can I fix this problem? Can anyone help me? Thanks in advance!...
Lean
leanalcabasa
Offline Send Email
Jun 23, 2008
7:06 am
3375
lean, ung gold parser is independent program. ang iimport mo is ung java file na na inoutput ng parser thru FileBuffer or FileReader Regards, Christian Valeen...
Christian Valeen Chiu
cdexter_89
Offline Send Email
Jul 2, 2008
12:25 am
3376
Does anyone have a C# grammar capable of dealing with generics? I need to parse cs source code and build a list of class definitions (including nested classes)...
michaelfeingold
Offline Send Email
Jul 9, 2008
10:56 am
3377
Does anyone have a C# grammar capable of dealing with generics? I need to parse cs source code and build a list of class definitions (including nested classes)...
michaelfeingold
Offline Send Email
Jul 9, 2008
10:56 am
3378
Hi Devin; No doubt, your Gold Parser is good but it is incomplete in 2 respects: 1st - No AST generation 2nd - Grammar is incomplete/incorrect I want to use...
kishore_74_lko
Offline Send Email
Jul 9, 2008
10:56 am
3379
Is there a grammar for aspx, or is anyone working on one?...
bwhite_42
Offline Send Email
Jul 9, 2008
10:56 am
3380
Is there a grammar for aspx, or is anyone working on one? - Bill White...
bwhite_42
Offline Send Email
Jul 9, 2008
10:56 am
3381
Is there anybody that have a PHP based engine and temlate for generating programs ? Thanx for help....
NTPT
ntpt_cz
Offline Send Email
Jul 9, 2008
1:25 pm
3382
Hi, I have install GOLD Parser Builder 3.4.4. If I start the program, a error occurs: --8<-------------------------------------------- Application ...
feldrain
Offline Send Email
Aug 3, 2008
2:55 pm
3383
I have already created a Skeleton Program using GOLDParser, so I have already created a Scanner and a Parser. My problem is that I want to integrate the...
Lean
leanalcabasa
Offline Send Email
Aug 3, 2008
2:55 pm
3384
Hi all, I'm new to Gold Parser and having a problem with a shift-reduce error that I can't seem to get rid of... I'm trying to make a simple grammar that...
ariestravel471
Offline
Aug 3, 2008
2:55 pm
3385
... [...] Just click the line of the log containing the message above. This will lead you to the LALR-state containing the conflict. Then click on the tab...
svv1999
Offline Send Email
Aug 4, 2008
1:35 pm
3386
... wrote: [...] ... [...] I took a look at your grammar and the reason for your shift-reduce conflict is that there are two productions that can lead to a ...
Chris Trelawny-Ross
badajoz1812
Offline Send Email
Aug 5, 2008
2:42 pm
3387
What's new with you and the Gold Parsing System? It seems like development has slowed down, or maybe I just haven't been paying attention. What are your...
wulvn
Offline Send Email
Aug 8, 2008
9:10 pm
3389
Devin, I've been experimenting with creating templates for the engine I'm building, and have found a (very minor) change I'd like to see. For each %XXX% that...
Chris Trelawny-Ross
badajoz1812
Offline Send Email
Aug 15, 2008
6:17 pm
3390
Hi, This may seem like a noob question, but i just cannot figure it out. so i came here for some help. I used the 'Simple Interpreter 3.0.0' source code from...
kleinbartje
Offline Send Email
Aug 17, 2008
1:18 pm
3391
... As you can tell I'm new to Gold and parsers in general. Can someone point me in the direction of a method of creating an AST from my input strings using...
ariestravel471
Offline
Aug 17, 2008
1:18 pm
3392
... OK thanks! Now with your help I have a grammar that works properly, but I'm having a little difficulty understanding how to grab the results as I want...
ariestravel471
Offline
Aug 17, 2008
1:18 pm
3393
Dear all, I just found GOLDPARSER and I believe this program is great. I used LEX and YACC before. Are there any useful example how to write my own interpreter...
konglomerat_muda
konglomerat_...
Offline Send Email
Aug 23, 2008
8:57 pm
3394
Hi All, I stumbled upon the "GOLD" project after looking for parser generators that can use predefined Backus-Naur terms for generation and provided access to ...
Michel
h0unskull
Offline Send Email
Aug 23, 2008
8:57 pm
3395
Hi My guess is that your grammar is ambiguous and thire is (big) chance that this kind of parsers cannot handle them. You can try (hard) to reconvert the ...
AndresH
andy_pandora
Offline Send Email
Aug 24, 2008
4:25 pm
3396
... My opinion is, that it is wrong, to start a first parser-project using GOLD, lexx/yacc or any other tool for grammar development. I believe that being able...
svv1999
Offline Send Email
Aug 24, 2008
7:53 pm
Messages 3366 - 3396 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