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 2124 - 2155 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2124
Hello, Does any one have a TTCN 3 grammar for GoldParser (.grm). Or at least a YACC file that I can use. Regards, Miguel [Non-text portions of this message...
Miguel Ramos
miramos
Offline Send Email
Feb 2, 2006
1:01 pm
2125
At the beginning of January there were a number of posts about someone working on a C# grammer...just checking to see if that was available, or if anyone knows...
dotnetextremist
Offline Send Email
Feb 2, 2006
7:42 pm
2126
Devin, We are using the GOLD parser to locate selected parts of VB and C# code, having modified it to ignore what we aren't interested in. We tried to parse...
Bill White
wcwhite42
Offline Send Email
Feb 2, 2006
8:12 pm
2127
I downloaded the VB Grammer files from the GOLD site and ran into a couple of issues...this might be user error as I just started messing with the parser. 1) I...
dotnetextremist
Offline Send Email
Feb 2, 2006
9:40 pm
2128
Hi, I have parsed my grammer and created the cgt file. After this I have created my .h file for the main programm. There are some defines twice. Is this...
Dipl. Ing. Ali Algan
office@...
Send Email
Feb 3, 2006
7:57 am
2129
Hi I'm totally new to parsing so forgive the naive question. Is it possible to construct a production using negatives? i.e. Keyword, followed by any number of...
rmason_2006
Offline Send Email
Feb 6, 2006
11:23 am
2130
... [...] ... [...] I am totally new to helping. So forgive in case of a naive or offending answer. 1) Asking for help in parsing is very similar to asking the...
svv1999
Offline Send Email
Feb 7, 2006
8:32 am
2131
Manfred One thinks you must be so clever. To offer such a reply is like listening to the village idiot setting the world to rights. Ones advice is worthless...
rmason_2006
Offline Send Email
Feb 7, 2006
9:29 am
2132
... [...] ... I really understand what you are talking of, because I visited the school of village idiots and the university for silly walks. I have a real...
svv1999
Offline Send Email
Feb 7, 2006
6:19 pm
2133
Hi Russel! Well, the answer to your question AFAIK is: No. You couldn't create negative productions as you would do with Regular expressions (as in Perl for...
Anderson Carli
andersoncarli
Offline Send Email
Feb 7, 2006
8:39 pm
2134
all abt java @ http://www.studyjava.org/forums/...
malayalam1971
Offline Send Email
Feb 8, 2006
6:19 am
2135
That's a good question. GOLD currently does not support negative productions and regular expressions. Rarely do parsing systems support such a model since...
Devin Cook
GOLD-Admin@...
Send Email
Feb 8, 2006
7:11 am
2136
I haven't had time to finish it. I've mostly been working on preparing this semester at Sac State. I might be able to get back on that project sometime this...
Devin Cook
GOLD-Admin@...
Send Email
Feb 8, 2006
7:12 am
2137
Devin Thanks, that answers my question. Basically I was looking for a shortcut. Now I know that's not possible I can take another approach. Thanks again for...
rmason_2006
Offline Send Email
Feb 8, 2006
9:58 am
2138
Manfred Since the dawn of time man has tried to better himself through the pursuit of knowledge. Some of this he gets through experimentation, some through the...
rmason_2006
Offline Send Email
Feb 8, 2006
10:00 am
2139
Any possibility you could post what you've got done so far? It might prove useful and I would be willing to help finish it. Devin ... preparing this ... ...
dotnetextremist
Offline Send Email
Feb 8, 2006
3:24 pm
2140
... [...] ... [...] Now I need some help. Until reading your post my knowledge was, that cfl's are closed only under union, intersection and Kleene star. Have ...
svv1999
Offline Send Email
Feb 8, 2006
4:09 pm
2141
... [...] ... [...] Thanks for this information, recommendation, advice, consideration, hint, instruction, note, sign, tip, directive, code, suggestion, ...
svv1999
Offline Send Email
Feb 8, 2006
4:44 pm
2142
The C# grammar is very, very fragile - barely LALR(1). The grammar mostly needs some work with variable declarations. I will do some on it in perhaps a week or...
Devin Cook
GOLD-Admin@...
Send Email
Feb 9, 2006
9:19 am
2143
Manfred The fact is Devin understood the question, even though it was not phrased in perfect Parser Speak. I am surprised you feel the need go to such lengths...
rmason_2006
Offline Send Email
Feb 9, 2006
9:52 am
2145
How can I use the gold parser with php? I currently use the Gold Parser with asp.net and c#. I want to port the application over to php and red hat linux. Any...
Denis Mayer
denmayer
Offline Send Email
Feb 11, 2006
3:38 am
2146
First I want to thank you for saving me many hours of R&D. I'm building a native .NET compiler for my OS and GOLD has saved the day for parsing. I'm using...
tantrikwizard
Offline Send Email
Feb 17, 2006
2:57 am
2148
Here is my first attempt at x86 formatted language. I'm by no means an expert on parsers or grammars but was unable to locate a grammar for x86. Hopefully an...
tantrikwizard
Offline Send Email
Feb 18, 2006
3:36 pm
2149
Hi, I am also new with using GoldParser. But {Hex Digit} = {Digit} + [abcdef] is defined. I think you must define {Hex Digit} = {Digit} [abcdef], because the...
Dipl. Ing. Ali Algan
office@...
Send Email
Feb 18, 2006
9:58 pm
2150
Does anyone know what happened to the company behind the ProGrammar tool? Thank you [Non-text portions of this message have been removed]...
Adrian Johnston
gslam
Offline Send Email
Feb 19, 2006
4:12 pm
2151
I know the GOLD Builder source hasn't been released yet. Has anyone contributed any code that takes a BNF grammar and creates CGT files on the fly? If so,...
econoplas
Offline Send Email
Feb 22, 2006
12:56 am
2152
Take a look at the Command Line tools. ... -- --Max Battcher-- http://www.worldmaker.net/ "History bleeds for tomorrow / for us to realize and never more...
Max Battcher
world_maker
Offline Send Email
Feb 22, 2006
2:43 am
2153
Do those run on Solaris & Linux too?...
econoplas
Offline Send Email
Feb 22, 2006
2:58 am
2154
Does anyone know if the command line builder tools run on other platforms besides Windoze?...
econoplas
Offline Send Email
Feb 23, 2006
1:58 pm
2155
If hex literals must start with a number, you can define it like this: Displacement = '0x' {Hex Digit}+ ... - Devin Cook...
Devin Cook
GOLD-Admin@...
Send Email
Feb 27, 2006
5:05 am
Messages 2124 - 2155 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