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 130 - 159 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
130
Hi devin I just want to ask you about the Auto Whitespace feature. Is the DFA automatically creating the white spaces tokens? or must this be addressed in a...
Manuel Astudillo
manuel.astudillo@...
Send Email
Nov 5, 2003
3:15 pm
131
Dear Devin, Boethos 1.9.8 is ready and stable! I am ready to post the new version of the Boethos Scripting Engine and I am still waiting for a reply... Thanks...
Eylem Uðurel
eylemugurel
Offline Send Email
Nov 6, 2003
9:47 am
132
... Why dont you publish it on a webpage? you can get free space at sourceforge... ... I think he migh be on hollidays or something... he hasnt reply for ...
manuel_astudillo
manuel_astudillo@...
Send Email
Nov 6, 2003
10:01 am
133
Hi, there! Anyone of you is currently using GOLD to write code for the CLR? Any samples? Thanks Luis...
luisantoniosalazar
luisantonios...
Offline Send Email
Nov 6, 2003
9:42 pm
134
I'm working on a "script" implementation of my language at the moment in .NET. (I've also been rearranging the .NET GOLD library some (put it into a more...
Max Battcher / WorldM...
world_maker
Offline Send Email
Nov 6, 2003
11:25 pm
135
... this ... The Auto Whitespace parameter is used to tell the Builder to create a whitespace terminal definition if none exists. The default value is "True",...
devindcook
Online Now
Nov 8, 2003
7:58 am
136
... Excellent. I didn't get a copy of it via e-mail. The last copy I got was in August. Did you update the source code for the Engine? Anyway, I think Manual...
devindcook
Online Now
Nov 8, 2003
8:15 am
137
... Someone once sent me an e-mail saying that they were writing the CLR grammar, but that was a looooooooooooong time ago....
devindcook
Online Now
Nov 8, 2003
8:35 am
138
That and savannah too. http://savannah.nongnu.org/ This one has the advantage of also hosting projects that are not GNU specific....
stephanerichard
Offline Send Email
Nov 8, 2003
2:45 pm
139
Hello everyone, I have finally updated the GOLD Parser website. Actually, I updated it on Saturday, November 8th, but Yahoo keeps loosing my posts! :-( Anyway,...
devindcook
Online Now
Nov 10, 2003
11:43 pm
140
Hello everyone, I should upload a new version of the GOLD Parser tomorrow sometime. The new version contains a number of bug fixes and updates. The changes...
devindcook
Online Now
Nov 11, 2003
6:21 am
141
Now there's good news :-). I can't wait to play with it. Excellent updates on the website Devin, that logo is looking mighty good up there :-). Stephane...
stephanerichard
Offline Send Email
Nov 11, 2003
10:09 pm
142
Hi, I just wanted to inform you that a new version of the cpp-gpengine is available. The most important feature in this version is the support of Unix-based...
manuel_astudillo
manuel_astudillo@...
Send Email
Nov 11, 2003
11:13 pm
143
Excellent news! I will update the website tomorrow with a link to your new Engine. I just updated the site with version 2.0.6 of the Builder....
devindcook
Online Now
Nov 12, 2003
7:14 am
144
I just updated the website with version 2.0.6 of the Builder. The new version fixes a number of bugs and adds a few minor features. Please see: ***...
devindcook
Online Now
Nov 12, 2003
7:20 am
145
oops, I forgot to tell you (if you didnt already know), the url to download it is: http://cpp-gpengine.sourceforge.net greets, M. ... make ... will ... stay...
manuel_astudillo
manuel_astudillo@...
Send Email
Nov 12, 2003
7:51 am
146
Excellent!! Are you planning to update the programs in order to use the XML document instead of using the Compiled Grammar Table to parse? Regards Luis ... new...
luisantoniosalazar
luisantonios...
Offline Send Email
Nov 12, 2003
8:05 pm
147
... No. The Compiled Grammar Table file is far superior for compactness and keeping people from playing with the information (and thus breaking your software)....
devindcook
Online Now
Nov 13, 2003
1:30 am
148
First off I have to say that what you people are doing verry good. I was able to implement a working parser in 24 hours. Thanks very much. I've made some...
bhl_richard
Offline Send Email
Nov 13, 2003
11:35 am
149
I've implemented a parser for Graphviz (aka dot). Graphviz is a graph language, that allows one to define "something connected by a line"; for example: ...
bhl_richard
Offline Send Email
Nov 13, 2003
11:49 am
150
I've been doing some stuff with the .NET sources as well (I had your #2 (and I think #3, I'll have to check) accomplished, and some other bits and pieces)....
Max Battcher / WorldM...
world_maker
Offline Send Email
Nov 13, 2003
2:38 pm
151
Yes, I think this should be in some open repository. I would vote for CVS because most people already have to tools to play with it. I've attached my source...
Richard Schneider
bhl_richard
Offline Send Email
Nov 14, 2003
12:03 am
152
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the GOLDParser group. File :...
GOLDParser@yahoogroup...
Send Email
Nov 14, 2003
12:18 am
153
... a...
yuanli7099
Offline
Nov 14, 2003
3:09 pm
154
I would like to see some samples. I would like to review your parser. Thanks a lot Luis ... a...
luisantoniosalazar
luisantonios...
Offline Send Email
Nov 14, 2003
3:19 pm
155
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the GOLDParser group. File : /Graphviz...
GOLDParser@yahoogroup...
Send Email
Nov 14, 2003
9:39 pm
156
I an trying to allow any unicode in a quoted. After reading the documentation, I tried {String Char} = {Printable} + {Printable Extended} - ["\] qstring =...
Richard Schneider
bhl_richard
Offline Send Email
Nov 15, 2003
5:00 am
157
The GOLD Builder currently does not have a predefined set that includes all of the Unicode characters - mainly because not all 65k have been defined yet. For...
devindcook
Online Now
Nov 15, 2003
5:07 pm
158
The issue I have is that I want to define all possible Unicode values in the grammar. Not just the currently defined ones. I would like to be able to do...
Richard Schneider
bhl_richard
Offline Send Email
Nov 15, 2003
9:10 pm
159
... values in the ... something like ... Actually, that is a great idea! Currently, the GOLD Parser Builder does not have this type of notation, but I will...
devindcook
Online Now
Nov 15, 2003
11:52 pm
Messages 130 - 159 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