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 3375 - 3405 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
3397
Hi, First of all, thanks for a very nice program - from what I've seen until now, it is very well done. I want to hear if there is any update to the TAGS...
johnnynorre
Offline Send Email
Sep 23, 2008
11:31 pm
3398
I've been using the GOLD parser to generate C# code; now I'm wanting to generate and compile Java code. I have all of the files for the Hawkins library...
linearmotomike
Offline Send Email
Sep 23, 2008
11:31 pm
3399
I've been using the GOLD parser to generate C# code; now I'm wanting to generate and compile Java code. I have all of the files for the Hawkins library...
Moto Mike
linearmotomike
Offline Send Email
Sep 23, 2008
11:31 pm
3400
I'm trying to extend this example to accept the #selector style used in CSS 2+. Has anyone done this already? Thanks G40 [Non-text portions of this message...
G Forty
g_forty
Offline Send Email
Sep 23, 2008
11:31 pm
3401
Consult your family doctor....
diegocandel
Offline Send Email
Sep 23, 2008
11:31 pm
3402
Dear friends, I manage to write my own language and the so-called run-time-library for it. It works well. It can call other script (act like spawn() in C...
konglomerat_muda
konglomerat_...
Offline Send Email
Sep 23, 2008
11:31 pm
3403
First, thanks to GOLDParser! I made a simple grammar (couple of statements) with Gold Parser and used the C# Calitha engine (event-based). Part of the usage is...
falconsoaring
Online Now
Oct 1, 2008
6:09 pm
3404
I was surprised to to see the <FunctionCall> warning when i checked the pascal grammar. Does anyone have a ver sion of 'perfect' pascal?...
ok777777
Offline
Oct 1, 2008
6:09 pm
3405
When I d/l the Pascal Grammar and check it I get a warning Unreachable rule: <FunctionCall> Since I obviously want to do Function Calls as Pascal does I amend...
ok777777
Offline
Oct 1, 2008
6:09 pm
Messages 3375 - 3405 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