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@...
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...
... 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@...
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...
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...
... 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",...
... 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...
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,...
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...
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...
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@...
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....
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@...
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...
... No. The Compiled Grammar Table file is far superior for compactness and keeping people from playing with the information (and thus breaking your software)....
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...
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: ...
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)....
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...
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...
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 =...
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...
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...
... 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...