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 2320 - 2353 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2320
I started out with the simple grammar example code contained in Article_demo.zip and Article_src.zip (available on the gold website). This demo compiles and...
kuhndj67
Offline Send Email
May 2, 2006
4:12 pm
2321
... I've collected a set of Klimstra updates contributed by myself and one other (Klimstra himself appears to have disappeared), which is available in the CVS...
Max Battcher
world_maker
Offline Send Email
May 3, 2006
3:51 am
2322
Hello every one How to manage the case when a token could be an identifier depending of the context ? Here what i mean, i'm writing a Delphi grammar, Delphi...
syfre92
Offline Send Email
May 7, 2006
3:18 pm
2323
Hello again, An other problem with my Delphi grammar is the string terminaison. As you can kown Pascal use single quoted string delimiter : s := 'hello world';...
syfre92
Offline Send Email
May 7, 2006
3:34 pm
2324
Frustration! I have been attempting to understand the Simple Interpeter sample code by developing a very simple grammer of my own, and writing the code to test...
eatc7402
Offline Send Email
May 7, 2006
6:14 pm
2325
... Many ideas. 1. your nick does not propose any good. 2. but you describe your problem and what you have tried without success in enough detail. 3. one...
svv1999
Offline Send Email
May 8, 2006
5:36 pm
2326
... Better under what measurement?...
svv1999
Offline Send Email
May 8, 2006
5:44 pm
2327
At 01:35 PM 5/8/2006, svv1999 wrote (in part) ... I have absolutely no idea what you're trying to say (and doubt that anyone else does either). What does "your...
J. Merrill
jamesvmerrill
Offline Send Email
May 9, 2006
1:22 am
2328
... depending ... that anyone else does either). ... I THINK he means he wants to be able to have a keyword recognized as an identifier if it does not parse...
kuhndj67
Offline Send Email
May 9, 2006
12:44 pm
2329
... Thank's for the answer, i agree with the really bad idea but you have to say that to Borland. The solution i found is not to define read,write and index as...
syfre92
Offline Send Email
May 9, 2006
1:04 pm
2330
... out ... debugged ... problem. ... one ... available ... a few ... to ... Studio (the ... the ... for .NET ... in ... Track) ... Ahh well... I'll take a...
kuhndj67
Offline Send Email
May 9, 2006
1:05 pm
2331
... the ... into ... After working with the software for a short while I think I have a basic understanding of its operation... and I think it can be done ...
kuhndj67
Offline Send Email
May 9, 2006
1:20 pm
2332
... Lack of counter proof is not equivalent to a proof of correctness....
svv1999
Offline Send Email
May 9, 2006
2:25 pm
2333
... Just let me know if you need any help if your switch. The Calitha engine API already has the ability to listen to events and have the ability to abort the...
Robert2275
Offline Send Email
May 9, 2006
8:38 pm
2334
... That is definitely not the way to abort. Killing a thread is only meant to be used as a last resort....
Robert2275
Offline Send Email
May 9, 2006
8:52 pm
2335
... Yea... turned out it was pretty easy to use an abort flag in the execute method of simplereduction, that way the recursion backs out gracefully....
kuhndj67
Offline Send Email
May 10, 2006
1:01 pm
2336
Hi all really I need help I want to get my parser to prinnt Arabic letter such as that in ur simple interperator display " Arabic Letter Here " I want to make...
abu_yahia .....
abu_yahia_cs
Offline Send Email
May 10, 2006
4:27 pm
2337
... The following GOLD grammar should approximately solve your problem ! BEGIN GRAMMAR "Character Mapping" = 'Unicode' "Start Symbol" = <Program> !...
svv1999
Offline Send Email
May 10, 2006
7:44 pm
2338
... In addition this link might be useful http://www.microsoft.com/middleeast/arabicdev/beta/converter/...
svv1999
Offline Send Email
May 10, 2006
10:15 pm
2340
I have been trying for several weeks now to attempt to understand how to get at the data that is returned by the .Tokens(n).Data param of the CurrentReduction...
eatc7402
Offline Send Email
May 11, 2006
10:17 pm
2341
Hi there, Is it possible somehow to let the parser "learn" new Tokens or Symbols - or whatever the correct word is for that - at runtime? I need to be able to...
Merrit
lexiline1981
Offline Send Email
May 12, 2006
12:42 am
2342
... Maybe. Because the constraints are unknown under which such adaptiveness of parsers is possible---at least to me. GOLD cannot support such learning,...
svv1999
Offline Send Email
May 12, 2006
5:22 am
2343
Sorry, I should have mentioned that I'm quite new to GOLD. I get along with it very well but from time to time just have big (at least for me, otherwise I...
Merrit
lexiline1981
Offline Send Email
May 12, 2006
6:28 am
2344
... No, as I already explained. The task of the GOLD parser is to check the so called context free part of a language. Those parts that are not context free...
svv1999
Offline Send Email
May 12, 2006
6:23 pm
2347
Has anyone successfully converted the VB Simple Interpreter code to Delphi?...
bobmre1
Offline Send Email
May 16, 2006
4:31 am
2348
We are using a slightly modified Gold parser engine inside a VB application to parse VB and CS files. We've started to look at improving the performance of the...
William White
wcwhite42
Offline Send Email
May 17, 2006
3:40 am
2349
i searched group, only a midified ANSI SQL 89 grammer is found. I wish to have a SQL 92 or even 99 grammer, if anyone has, please share it with us:)...
defendio
Offline Send Email
May 17, 2006
5:27 am
2351
Please have a look at the source code of my C# based engine. I have addressed a number of performance issues there. To solve the problem with with the token...
Vladimir Morozov
vmorozov72
Offline Send Email
May 17, 2006
1:32 pm
2352
Vladimir, Thanks for the suggestion. I'll check it out right away. ... Bill White bwhite@... office: 650-215-2227 pager: 650-428-6611 ... From:...
Bill White
wcwhite42
Offline Send Email
May 17, 2006
4:03 pm
2353
... Have a look at the pseudo code and you will recognize that a backtracking algorithm is used. This means quadratic runtime in the length of the input in the...
svv1999
Offline Send Email
May 17, 2006
9:48 pm
Messages 2320 - 2353 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