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 your group to be featured on the Yahoo! Groups website? 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 3382 - 3412 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
3406
I love the GOLD Parsing System, but there's a few things that would be nice to have in the Builder IDE: Things I could *really* use: 1. Automatically detect...
Nick Sabalausky
bus_yahoogroups@...
Send Email
Nov 15, 2008
5:22 pm
3407
Hi, my name is David Quadro, I am from Brazil and I have a project what generate code from definition files, database metadata, etc. I am working in version...
David Quadro
david_quadro
Offline Send Email
Nov 15, 2008
5:22 pm
3408
Hi, I've just signed up this group, I am studying convert VB6 to Java, does anyone have a VB6 BNF??? Best Regfards. [Non-text portions of this message have...
Joao Serrano
jserrano318
Offline Send Email
Dec 12, 2008
10:25 pm
3409
Hello, I am Yogi Yang. I am new to Gold Parser. I have a need to build a parser which can parse following type of text ... c << This character is used for...
yogiyang007
Offline Send Email
Dec 12, 2008
10:25 pm
3410
I have a parser-based tool that I developed and ran under the XP operating system. When I try to run the same tool under Vista, I get error 429, "activex...
allenbenton@...
allenbenton...
Offline Send Email
Jan 21, 2009
6:29 am
3411
Hi, I have a GOLD Parser version running under Vista, and it works very well. Let me use this communication to see if anyone have a BNF for a 4GL Language ...
Joao Serrano
jserrano318
Offline Send Email
Jan 26, 2009
2:34 pm
3412
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! ...
java_engin
Offline Send Email
Feb 26, 2009
6:52 pm
Messages 3382 - 3412 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