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 to share photos of your group with the world? 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 176 - 208 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
176
Did anybody develop a grammar for parsing Visual Basic code itself? thanks, snef...
snefedyev
nefis@...
Send Email
Dec 2, 2003
9:34 am
177
Hi Devin, ... set ... custom ... I'm using the C# version of the engine and it looks like the CurrentReduction property is read-only. Is this a bug or just a ...
rmbratton
Offline Send Email
Dec 2, 2003
2:17 pm
178
I am trying to develope a grammer for a structured Basic language. I am having trouble handeling newline characters outside sub procedures. For example Sub...
ejames2
Offline
Dec 2, 2003
3:25 pm
179
Hi, you need to add a NewLines non-terminal to make it work. NewLines ::= NewLine NewLines ... and use NewLines instead of NewLine. You would also need an...
manuel_astudillo
manuel_astudillo@...
Send Email
Dec 2, 2003
6:23 pm
182
Hi all ! I am having a problem using the GOLDParserEngine (ActiveX). While the VB sample code I found on the net works perfectly, I can't use it correctly ...
Meinhard Schnoor-Matr...
thehyphen59
Offline Send Email
Dec 3, 2003
11:45 am
183
Hi All! I have been working with the C#/.NET GOLD Parser Engine for a little while and have run into a problem. I have defined a literal string terminal in my...
rmbratton
Offline Send Email
Dec 4, 2003
2:06 pm
184
... little ... I ... other ... I think, that you have to increase the BUFFERSIZE in the Class "LookAheadReader" to the size you need, for example up to 10MB, ...
holger_newline
Offline Send Email
Dec 9, 2003
2:35 pm
185
Hi, ... 10MB, ... well, thats quite a BAD solution :). It would be better to change the data structure that holds the terminals to a dinamic structure that can...
manuel_astudillo
manuel_astudillo@...
Send Email
Dec 10, 2003
7:00 pm
186
I was planning to replace LAR's calls with calls to the same functions that are built into the Reader classes (which I don't think are affected by such size...
Max Battcher / WorldM...
world_maker
Offline Send Email
Dec 10, 2003
7:13 pm
187
I am (trying) to parse a c like language which is not line based however it has a few things that are and what I want to do is return the rest of the line as a...
R. Peters
rjpeters_au
Offline Send Email
Dec 11, 2003
6:41 am
188
I started on a simple command line utility, and though not finished, I thought some of you may be interested to see it... I've been playing around with the...
Max Battcher / WorldM...
world_maker
Offline Send Email
Dec 11, 2003
7:06 am
189
Hi Max (and all), Thanks for the reply. The "intelligent" LookAheadReader sounds like a good idea. When will it be ready <grin>? Seriously, I'm OK for now...
rmbratton
Offline Send Email
Dec 11, 2003
2:31 pm
190
Hi, a very nice utility in fact. This will help me a lot to write the documentation of cpp-gpengine. It is exactly this kind of figures I wanted to have, and...
manuel_astudillo
manuel_astudillo@...
Send Email
Dec 11, 2003
9:18 pm
192
I am developing simple html parser in C. Did anybody develope grammar for parsing html code?....
mahesh_ogale
Offline Send Email
Dec 13, 2003
12:22 pm
193
"Start Symbol" = <funcDecl> {LetterCyr} ={Letter}+{Cyrillic} {AlphaNumericCyr}={AlphaNumeric}+{Cyrillic} id = {LetterCyr}{AlphaNumericCyr}* ...
uldemir_s
Offline Send Email
Dec 14, 2003
12:57 am
194
Hi. I've just downloaded Gold, and I'm wondering if anyone has a compiler the've written using the Gold DLL that they would be willing to share in order to...
ve3crx
Offline Send Email
Dec 15, 2003
1:04 pm
195
Larry my situation is very close to yours, I work in mathematics. If you receive any reply please forward it to me. Thanks, best regards Manuel ... From:...
Manuel Burgos
mburgos@...
Send Email
Dec 15, 2003
5:20 pm
196
Hi, developing a complete compiler using Gold Parser is not a little task. Although gold parser takes hand of probably the most complicated and maybe boring...
manuel_astudillo
manuel_astudillo@...
Send Email
Dec 16, 2003
10:52 am
197
Thanks !! I will try and tell you Manuel ... From: "manuel_astudillo" <manuel_astudillo@...> To: <GOLDParser@yahoogroups.com> Sent: Tuesday, December 16,...
Manuel Burgos
mburgos@...
Send Email
Dec 16, 2003
12:54 pm
198
Many thanks. I've always been interested in compiler construction, and many years back did read some books on the subject. In fact, one of my first tasks at my...
Larry Bradley
ve3crx
Offline Send Email
Dec 16, 2003
1:53 pm
199
Hi all, I'm looking for a Java grammar for the Gold Parser. Does anyone have one or know of one that exists? Best Regards, Anders...
anders@...
qapla2004
Offline Send Email
Dec 16, 2003
4:56 pm
200
Hi, well, in devin cooks webpage he recommeds a few books. I have read one of them "Introduction to Compilers in Java" and it is quite good. That book is...
manuel_astudillo
manuel_astudillo@...
Send Email
Dec 16, 2003
5:51 pm
201
Dear Devin, While working on version 2.0.6 (and great thanks for HTML export bugfix!), I noticed an absence: In the 'Test The Grammar' window, under the 'Parse...
eylemugurel@...
eylemugurel
Offline Send Email
Dec 17, 2003
7:14 pm
202
... Here's a simple HTML grammar that I wrote a while back. HTML is a very ambigious grammar by nature and it might be easier just to write a stack-based...
devindcook
Online Now
Dec 18, 2003
9:33 am
203
... Does 'Ôóíêöèÿ' translate to function in Cyrillic? The grammar parser in the Builder is basically ANSI-only and does not recognize non-ANSI...
devindcook
Online Now
Dec 18, 2003
9:41 am
204
... by ... That is a good idea! I will add it to the next version. - Devin...
devindcook
Online Now
Dec 18, 2003
9:45 am
205
I'm, unfortunately, not aware of anyone writing a grammar for Java. - Devin ... have one or know of one that exists?...
devindcook
Online Now
Dec 18, 2003
9:50 am
206
Sorry about the delay in responding to your question. Currently, many versions of the GOLD Parser Engine simply disgard the line comment string and continue...
devindcook
Online Now
Dec 18, 2003
9:56 am
207
I have an example project on the website that parses a grammar called "simple" and stores the tree in specialized classes. Writing a compiler is a enormous...
devindcook
Online Now
Dec 18, 2003
10:04 am
208
I would like to thank everyone who has been so kind to answer questions and make comments. In particular, the help with the compiler questions was superb!...
devindcook
Online Now
Dec 18, 2003
10:08 am
Messages 176 - 208 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