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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2868 - 2902 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2868
This has not been posted on the gold site. I have asked Devin if he cares to do so and am awaiting his response. I will have a web page up for this soon. TIA...
jonathanandrewnewell
jonathanandr...
Offline Send Email
Mar 2, 2007
8:00 pm
2869
I know that there are some assembly projects for the Gold Parser. Is there a translator from AT&T Gas format to INTEL format assembly?...
user923005
Offline Send Email
Mar 2, 2007
9:06 pm
2870
In the files area you will see a zip file with the grammar in it called postgres.zip. On line 892 I get a warning "rule was previously defined" and an error ...
user923005
Offline Send Email
Mar 3, 2007
4:09 am
2871
... called ... error ... I failed to notice that the error message is not for the line indicated but for the previous rule. I think I see what is wrong now....
user923005
Offline Send Email
Mar 3, 2007
4:22 am
2872
... called ... error ... I have the PostgreSQL grammar working now. It's for the full language....
user923005
Offline Send Email
Mar 3, 2007
5:06 am
2873
... me no ... language. ... Well, it still has a ways to go. When I run my unit tests through the debugger, it has problems at things like the table names. ...
user923005
Offline Send Email
Mar 3, 2007
11:51 am
2874
If the .net framework is part of the project there's a C++ parser/compiler already built in. It's very easy to use. There's also VB, C#,Java,etc. With that...
Kelly Parker
bigblockfw
Offline Send Email
Mar 6, 2007
2:25 pm
2875
Sorry about replying to my own post but I forgot a couple of good links that might help explain this madness. ...
Kelly Parker
bigblockfw
Offline Send Email
Mar 6, 2007
4:31 pm
2876
Here I go replying to my own posts again. Anyway, I found something else that might be of interest. http://www.martinfowler.com/articles/codeGenDsl.html Maybe...
Kelly Parker
bigblockfw
Offline Send Email
Mar 8, 2007
7:04 pm
2877
I have been testing and using GOLDParser and I like it a lot!! I have a question though about the Licenses of engines. There is 'The GOLD Freeware License...
peter2late
Offline Send Email
Mar 9, 2007
3:50 pm
2878
I guess I'm the only person reading this thread but at least I'm keeping a log of the thought process..... looks like the generic library has already been...
Kelly Parker
bigblockfw
Offline Send Email
Mar 9, 2007
4:10 pm
2879
... Sorry, I didn't read your post until now. I'll take a look. - Devin...
Devin Cook
GOLD-Admin@...
Send Email
Mar 10, 2007
11:17 am
2880
There's still a lot of work left but I attached a pic of what I'm working on. I've been working on the assumption that the desired result is a compiled script...
Kelly Parker
bigblockfw
Offline Send Email
Mar 10, 2007
2:07 pm
2881
Any of the languages that have CodeDom providers :) ... [Non-text portions of this message have been removed]...
Spam Catcher
aldousd666
Offline Send Email
Mar 12, 2007
8:59 pm
2882
Hi, i've been using GOLDParser for a few months now, and i've discovered a problem with the nested comment funcionallity: I'm making a Java parser, and Java...
martijnhavinga
Offline Send Email
Mar 14, 2007
9:04 am
2884
... You might want to define such comments as white space. -manfred...
svv1999
Offline Send Email
Mar 15, 2007
7:30 am
2885
Hi All I have a problem that I'm stuck on and can't find a solution if I have a grammer that is the following ...
pschana
Offline Send Email
Mar 15, 2007
10:57 am
2886
... The "New Grammar Wizard" of "GOLD Parser Builder" generates a grammar for "recursive" expressions if you require "Create basic mathematical expressions". ...
svv1999
Offline Send Email
Mar 15, 2007
12:27 pm
2887
I implemented a whitespace approach in the ANSI C grammar. It works, but its not particularly pretty. Some compilers, I have noticed, support nested comments...
devindcook
Offline
Mar 21, 2007
5:56 pm
2888
... Are you sure? Then please explain why "/***/" is accepted as a comment by your definition. -manfred...
svv1999
Offline Send Email
Mar 21, 2007
6:57 pm
2889
Thank you that has helped....
pschana
Offline Send Email
Mar 23, 2007
9:29 am
2890
This is my grammer "Start Symbol" = <StartInstrument> expression = {AlphaNumeric}+ <StartInstrument> ::= <Instrument Group> ... <Instrument Group> ::= '('...
pschana
Offline Send Email
Mar 23, 2007
10:50 am
2894
I'm a new user of pygold. I met a problem when I use it. It likes that: I write a Parser file using GOLD Parser Builder, then parse a input file in python by...
zzf526
Offline Send Email
Mar 26, 2007
5:29 pm
2895
Hi, I have written a program that does logic operations. We have to tie it into an existing interpreted language. The language looks like this: command_1 { //...
lchian
Offline Send Email
Mar 26, 2007
5:34 pm
2896
... I met such problem as you! Could someone tell the reason? Thanks....
zzf526
Offline Send Email
Mar 26, 2007
5:50 pm
2898
Are you attempting to capture a series of tokens? In other words, are you trying to capture a series tokens as a list? The Tower Bridge in Sacramento,...
Devin Cook
GOLD-Admin@...
Send Email
Mar 29, 2007
5:38 am
2899
Sorry for the delay in responding. The reason that it didn't work is. well. I goofed up. The correct definition is: {Non Slash} = {Printable} - [/] {Non...
Devin Cook
GOLD-Admin@...
Send Email
Mar 29, 2007
6:21 am
2900
Is the engine just stopping part way through the file? Perhaps an internal counter is using a 16-bit and it overflows at 65,536. How far (in bytes) does the...
Devin Cook
GOLD-Admin@...
Send Email
Mar 29, 2007
6:27 am
2901
Are you attempting to capture a series of tokens? In other words, are you trying to capture a series tokens as a list? The Tower Bridge in Sacramento,...
Devin Cook
GOLD-Admin@...
Send Email
Mar 29, 2007
8:31 am
2902
Is the text "MY SPECIAL OPERATION" exactly how it will be used in the grammar? Also, I noticed that the reserved words are in all caps. Is the language case...
Devin Cook
GOLD-Admin@...
Send Email
Mar 29, 2007
9:03 am
Messages 2868 - 2902 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