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...
Show off your group to the world. Share a photo of your group with us.

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 251 - 281 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
251
Good info. Thanks folks. Jed ... reference ... rule, ... is ... be ... use ... each ... must ... reductions ... both ... to ... more ... to ... do ... the ... ...
jethro_steinman
Offline Send Email
Jan 2, 2004
4:33 pm
252
I'll upload the changes to the SourceForge CVS tomorrow, but I thought some of you might be interested in how GoldDot is coming along... I took a brief tangent...
Max Battcher / WorldM...
world_maker
Offline Send Email
Jan 3, 2004
8:31 am
253
I've uploaded the changes to SourceForge CVS, released the latest Beta (for those who want to play with the DFA graphing), and am working on getting a ...
Max Battcher / WorldM...
world_maker
Offline Send Email
Jan 4, 2004
1:05 am
254
It looks great! I will update the website soon with a link to your site. Also, the Zip file you uploaded with the GOLDDot software appears to be corrupted....
devindcook
Online Now
Jan 4, 2004
4:20 am
255
Apparently I made the mistake of uploading it as text instead of binary (that happens so often, it has become quite an annoyance). My apologies, and thanks...
Max Battcher / WorldM...
world_maker
Offline Send Email
Jan 4, 2004
6:57 am
256
Hi, I'm still a newbie. Sorry if it's a stupid question. I designed several parsers from scratch in the past years. Yes, I knew a bit (really not a lot) about...
Paul Dube
pdube@...
Send Email
Jan 4, 2004
3:46 pm
258
GoldDot 1.0 Beta 3 adds the LALR parser, finishing out most of the major features. Be aware that do to the size of the resulting DOT file (one grammar...
Max Battcher / WorldM...
world_maker
Offline Send Email
Jan 5, 2004
6:22 pm
259
I keep getting Shift-Reduce Errors on the following ! -------------------------------------------------------------------- ! CICS Maps !...
neal_rushforth
Offline Send Email
Jan 7, 2004
3:21 pm
260
... I think I know what you are trying to do in the grammar. Below, I have a version of the grammar that is, hopefully, what you had in mind. I added periods...
devindcook
Online Now
Jan 8, 2004
7:54 am
261
It looks great. I downloaded the Dot software and created some charts. Excellent. I will update the website soon with you're new Beta. - Devin ... major ... ...
devindcook
Online Now
Jan 8, 2004
8:01 am
262
Not quite. Example syntax definiton is mapset DFHMSD TYPE=[DSECT|MAP] [,MODE={IN|OUT|INOUT}] [,TRANSP={YES|NO}] map DFHMDI TYPE=[DSECT|MAP] [,BASE=name] ...
neal_rushforth
Offline Send Email
Jan 8, 2004
3:43 pm
263
Here's another attempt at the grammar. All the attributes/fields for DFHMSD and DFHMDI are lists. If the order is significant, you can enforce this at parse...
devindcook
Online Now
Jan 10, 2004
8:47 am
264
Hello everyone, I just wanted everyone to know that I will be updating the Builder to version 2.1 very soon. The new version contains a number of tweaks, bug...
devindcook
Online Now
Jan 11, 2004
9:02 am
265
Probably a bit a late for such a request but ... Any chance of an extra constant for templates - the file base name would help ( %filename% ) that way you...
R. Peters
rjpeters_au
Offline Send Email
Jan 11, 2004
9:13 pm
266
I think this is pretty cool, but I've made my biggest modification to the codebase put together by Marcus Klimstra yet... I've created a new class (EvParser),...
Max Battcher / WorldM...
world_maker
Offline Send Email
Jan 13, 2004
4:40 am
267
Following link to Hawkins' tutorial (from http://www.devincook.com/goldparser/download/engine/index.htm) is broken: http://www.hawkini.co.uk/masters/sample.zip...
srbstar
Offline Send Email
Jan 13, 2004
10:10 pm
268
Hi! First, let me say that I've enjoyed working with GOLDParser. I'm finding a lot of things I can do with the GOLDParser system that would be awkward using...
rmbratton
Offline Send Email
Jan 14, 2004
9:23 pm
269
I keep finding new reasons on why LAR is flawed. and some sort of overhaul needs to be done. It's next on my TODO list to examine and see what I can do. I...
Max Battcher / WorldM...
world_maker
Offline Send Email
Jan 14, 2004
10:04 pm
270
Thanks for the reply. While I'm a little pressed for time right now, I did spend about 4 hours looking at the problem last week. I didn't find an easy fix,...
rmbratton
Offline Send Email
Jan 15, 2004
2:28 pm
271
... I'll take a look. Sounds cool. ... You wrote a LL(1) parser? ... Sorry about that - I did forget! - Devin...
devindcook
Online Now
Jan 15, 2004
6:14 pm
272
... Er. not really, but sort of... What it does is that, once the engine has produced the final Parse Tree it then descends down into the Parse Tree as far as...
Max Battcher / WorldM...
world_maker
Offline Send Email
Jan 15, 2004
7:30 pm
273
Devin, I think you are the person of 21th century who gift us such an excellent product. I just wanted to thank you. Eylem Ugurel (Boethos Script Engine) ...
Eylem Uðurel
eylemugurel
Offline Send Email
Jan 15, 2004
7:51 pm
274
I've attempted a start at a solution. I can't decide if I just want to rewrite LAR, or perhaps (nearly) all of the code dealing with LAR as well. This attempt...
Max Battcher / WorldM...
world_maker
Offline Send Email
Jan 15, 2004
10:23 pm
275
I definitely do not deserve such praise, but thank you....
devindcook
Online Now
Jan 16, 2004
9:39 am
276
... Okay, sorry about that. I read "Recursive Decent Parser" as a LL(1) parser. My error. It sounds cool. I can't wait to play with it! - Devin...
devindcook
Online Now
Jan 16, 2004
9:44 am
277
... I will be creating 2.1.1 very soon since I found a minor (yet annoying) bug in version 2.1.0. The bug concerns using set constants in terminal definitions....
devindcook
Online Now
Jan 16, 2004
9:53 am
278
... Thank you for the heads up. If I remember correctly, the source code for the Hawkins Java Engine contains an example program. - Devin...
devindcook
Online Now
Jan 16, 2004
9:56 am
279
... Don't worry. :) ... of ... This grammar is ambigious since multiple derivation trees (possible parse trees) for the same input. For instance, assume you...
devindcook
Online Now
Jan 16, 2004
10:03 am
280
Hi: Running Gold 2.1 on Win2000 I can't activate the 'Edit' sub-menu using Alt+E. Therefore, I can't cut using Alt+E+T or paste using Alt+E+P. Can this be...
srbstar
Offline Send Email
Jan 16, 2004
12:22 pm
281
Thanks for the quick turnaround! I'll try it out and let you know how it works. thanks, randy ... want to ... as well. ... way. I ... modified the ... with...
rmbratton
Offline Send Email
Jan 16, 2004
1:27 pm
Messages 251 - 281 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