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...
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...
... [...] 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...
... 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 ...
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...
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...
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...
... 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...
... 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...
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...
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 ...
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 ...
... 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...
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...
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...
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...
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...
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...
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...
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...
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@...
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...
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...
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...
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...
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 ...
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! ...