We have a very complicated SQL grammar (e.g. 600 data types, e.g. hundreds of functions)... I would like to make a tool something like Intellisense with the...
I'll put the source in my will. :) - Devin _____ From: GOLDParser@yahoogroups.com [mailto:GOLDParser@yahoogroups.com] On Behalf Of wulvn Sent: Sunday, March...
Devin Cook
GOLD-Admin@...
Apr 5, 2009 8:59 pm
3426
I did a ton of work converting the source over to VB.NET. When it is all complete, I should be able to create a Builder.DLL which can be hooked into different...
Devin Cook
GOLD-Admin@...
Apr 5, 2009 9:03 pm
3427
I will be out of the office starting 04-04-2009 and will not return until 14-04-2009. <FONT SIZE=1 FACE="Arial">_______________ Vi goer opmaerksom paa, at...
Jens Linneberg Rasmus...
jensra@...
Apr 5, 2009 9:15 pm
3428
Hi Mr. Devin, I have already wrote trying to have a GP source to rewrite it in Java, and use it for several real projects, in the translation area, if you have...
I am new to this and I am trying to parse a conditional and math script that I am developing. I am failing on hyphens in the Identifiers and the math -. ...
Hi Joao, why translating it to java?? Just use it. Saves time and runs quicker. And whats about changes? With best regards Gerhard _____ Von:...
Gerhard Kreuzer
gerhard.kreuzer@...
Apr 6, 2009 5:37 am
3432
You define your Identifier set as: {ID} = {Letter} + {Digit} + [_-] - [:] Which includes the single dash. You also defined your identifier terminal as: ...
Devin Cook
GOLD-Admin@...
Apr 6, 2009 5:55 am
3433
Hi Gerhard Today it’s VB, and you have no portability… Regards Joao From: GOLDParser@yahoogroups.com [mailto:GOLDParser@yahoogroups.com] On Behalf Of...
... I'm very happy to hear that ! Gold Parser is a so good project that is a sin to leave it unmanaged. Thanks again Devin, I hope to see you soon in GOLD...
Hi to all, I've extended my language grammar and now my programs are more long (between 9000-30000) code lines. Till now I've used the Devin Cook DLL (COM...
Ok... so silent room here :) However I'm reinventing the wheel so I've started to port the cook engine (VB sources) to Delphi 2006... yet. I hope to produce a...
I will be out of the office starting 07-05-2009 and will not return until 08-05-2009. <FONT SIZE=1 FACE="Arial">_______________ Danske Bank A/S CVR-nr....
I'm pretty new in making Parser Generators(just Yesterday) and what does it mean to have Reduce Reduce Conflict?, I have 3 DFA states(I think) that has that...
I am starting a new project using GOLD Parser and I need to know if GOLD parser builder will be available and updated in future. I can not depend on closed...
Dear Sir/Madam At last you found us! Halwasiya Infosys is the one-stop shop you have been looking for to fill all of your Web Development needs. From Logos to...
Hi All, I'm extracting data from an old source that stores names as one big string. For individuals it's in last comma first order. But these names have a...
I see there are three engines for C# (i.e. the Morozov, Klimstra, and Calitha engines). Can you please recommend which one I should use? And/or can you...
From: "Rico Werni Steenfeldt" ... This is an innapropriate place to be posting that sort of message. I don't mean to be rude or anything, but nobody on a...
Nick Sabalausky
bus_yahoogroups@...
Aug 17, 2009 1:41 pm
3446
We have been using the Morozov engine for more than a year without any major problem (I think I had to increase the size of an internal buffer once or twice)....
Hello Being a researcher in computational linguistics, let me introduce in this kind o problem: Linguistic grammar is normally not easily written as LR nor as...
Andrés, Thank you for such a complete answer to my question. It is refreshing to get advice from an expert. Clearly, any solution to this linguistics problem...
Alright, I'm ready to pull my hair out here (I'm some what of a novice at writing grammars): I'm trying to create a grammar for Haxe, a C-style (well, more...
Nick Sabalausky
bus_yahoogroups@...
Sep 5, 2009 10:59 pm
3451
I've just released a new GOLD Engine for D, called "Goldie" (pronounced "goal D"): http://www.dsource.org/projects/goldie It's currently at v0.01. It is...
Nick Sabalausky
bus_yahoogroups@...
Sep 5, 2009 11:00 pm
3452
Hi all, i'm (very) novice in Gold Parser. Working on my first grammar, and i can't solve the following problem. Error message: cannot distinguish between...
Hello everyone, I owe everyone an apology for being MIA. Some other projects kept pushing GOLD to the back burner. However, I am back on duty and I'll have...