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 3424 - 3453 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3424
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...
user923005
Offline Send Email
Apr 1, 2009
7:02 pm
3425
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Joao Serrano
jserrano318
Offline Send Email
Apr 5, 2009
9:24 pm
3429
we have a grammar as follow: <Main Program> ::= 'begin:' <Statements> <Statements> ::= <Statement> <Statements> ... <Statement> ::= <Function Calls> ';' ...
Others
konglomerat_...
Offline Send Email
Apr 5, 2009
9:24 pm
3430
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 -. ...
lacktrum
Offline Send Email
Apr 5, 2009
9:24 pm
3431
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@...
Send Email
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@...
Send Email
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...
Joao Serrano
jserrano318
Offline Send Email
Apr 6, 2009
7:59 pm
3434
I ended up doing this: {ID Head} = {Letter} + [_] - [:.] {ID Tail} = {AlphaNumeric} + [_-] - [:.] Identifier = {ID Head} {ID Tail}* My...
lacktrum
Offline Send Email
Apr 6, 2009
8:00 pm
3435
... 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...
thoth2487
Offline Send Email
Apr 27, 2009
3:26 pm
3436
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...
thoth2487
Offline Send Email
Apr 29, 2009
7:55 am
3437
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...
thoth2487
Offline Send Email
May 7, 2009
9:03 am
3438
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....
Rico Werni Steenfeldt
ricowerni
Offline Send Email
May 7, 2009
9:52 am
3439
Where are you? What's happening? Is anybody still here?...
wulvn
Offline Send Email
Aug 5, 2009
10:27 pm
3440
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...
Jose Ng
joseng_12
Online Now Send Email
Aug 17, 2009
1:39 pm
3441
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...
b800h
Offline Send Email
Aug 17, 2009
1:40 pm
3442
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...
infosyshalwasia
Offline Send Email
Aug 17, 2009
1:40 pm
3443
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...
rlhane
Offline Send Email
Aug 17, 2009
1:40 pm
3444
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...
xris_wells
Offline
Aug 17, 2009
1:41 pm
3445
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@...
Send Email
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)....
Bill White
wcwhite42
Offline Send Email
Aug 18, 2009
3:07 pm
3447
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...
AndresH
andy_pandora
Offline Send Email
Aug 22, 2009
7:34 pm
3448
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...
rlhane
Offline Send Email
Aug 23, 2009
11:58 am
3449
... I made my pick, and am using one: so I'm no longer looking for an answer to this question. -Chris...
xris_wells
Offline
Aug 23, 2009
11:59 am
3450
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@...
Send Email
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@...
Send Email
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...
dott.cb62
Offline Send Email
Sep 26, 2009
1:32 pm
3453
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...
devindcook
Offline
Sep 26, 2009
1:35 pm
Messages 3424 - 3453 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