Hi, I'm new to the gold parser but have used lex/yacc in the pass (many years ago) to do a token thread interpeter. Can some one point me to a sample...
One thing that I found frustrating about the Calitha engine's default template is that it creates a new instance of a CGTReader class no matter how you...
... I used it in part of my parser actually because I'm using Json in an object persistence query language: Here's the long and short of it, might be stuff you...
Do you want to submit a modified version of the Calitha Engine template?...
Devin Cook
GOLD-Admin@...
Nov 12, 2006 12:22 pm
2606
Excellent grammar! Do you want to submit a copy for the website? The more grammars the better! Have a great day, - Devin ... I used it in part of my parser...
Devin Cook
GOLD-Admin@...
Nov 12, 2006 12:22 pm
2607
I can't thank you enough. Thank you. I have been playing with this for a couple of days. It should get me going with my xml-rpc grammar. I am working on an...
... I'll have to clean it up a bit, and I'm really busy at the moment, but I'll try to get that for you as soon as I can though. Let me recommend profiling...
I deleted the post from the group and banned the user. - Devin...
Devin Cook
GOLD-Admin@...
Nov 13, 2006 7:46 pm
2610
<Tydec> ::= 'type' Identifier '=' 'array' 'of' <Type-id> then i input: type intArray = array of int parse error, it read "array of" as a whole token, but not...
Out of curiosity, why are you disabling auto whitespace? - Devin _____ From: GOLDParser@yahoogroups.com [mailto:GOLDParser@yahoogroups.com] On Behalf Of...
Devin Cook
GOLD-Admin@...
Nov 15, 2006 9:10 am
2613
maybe disable auto whitespace is not a good way, i have to add lots of WS in my code. but ')' 'of' can be lexed into two token :( it's my first time use...
i use Gold export Calitha .NET Skeleton code, how can I use it? i first think the code contain all parse code, but seems i also have to include the CGT file in...
Ah. That's an excellent book. I have a copy of it myself. The book, if I remember correctly, teaches parsing theory using YACC. GOLD is pretty much the same...
Devin Cook
GOLD-Admin@...
Nov 15, 2006 3:38 pm
2620
Gang: I am writing a T-SQL grammar and am having problems with Shift-Reduce Conflicts. Basically my issue is that I want the grammar to describe Multiple...
Wellll... If it isn't a really big amount of effort, I, for one, would REALLY appreciate it if you would make it happen. The grammar I'm trying to create...
Wayne, Email me at queryadataset-at-hotmail.com. I can give you a GOLD T-SQL grammar. Its been used in a small product I sell at www.queryadataset.com....
adrian.r.moore@...
Nov 20, 2006 2:27 pm
2623
Gang: I have three simple questions about terminals, and would appreciate anyone that has time to reply. 1) In this basic grammar: "Start Symbol" = <Query> ...
Hi, Can anybody tell where to get some sample projects done using the Java engine. (not the one in gold parser site) And some documentation. - Pramoda ...
... The role of the lexer is to partition the source into portions which can be named without any ambiguity. This contradicts your wish. Hints, i.e. semantic...
Hey Wayne, Although I don't have any solution for you I have run into the same frustration. In my case, on different rules, I wanted to specify a terminal as...
I haven't studied all of what can / cannot be done with different symbol sets - but I suspect that the wisest and easiest course of action is to have one ...
Thank you for the answer, it has gotten me a lot farther. I have been looking at your solution for a long time, thinking about it and I don't think this is...
Chris, Thanks for posting this, I have considered this route, however I can't get my mind around the fact that somehow the parse action should be helping me...