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 your group to be featured on the Yahoo! Groups website? 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 2157 - 2189 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2157
Devin, How is the C# grammer going? Would you like some help with it?...
tantrikwizard
Offline Send Email
Mar 1, 2006
1:03 pm
2159
The existing engines for C/C++ didn't do what I needed, so I have written my own engine. Who would like to help me test it? The engine comes with a special...
Jeroen Kessels
jeroenkessels
Online Now Send Email
Mar 2, 2006
4:11 am
2160
Hello Jeroen, greetings from Germany! Some weeks ago I have "discovered" GOLD Parser. _http://www.kessels.com/Gold/Gold-C-KesselsEngine.zip_ ...
WeikEngOff@...
udoweiksw
Offline Send Email
Mar 2, 2006
7:40 am
2161
Hi, I have the following problem: WAVE = 'WAVE' TIME = 'TIME' {Charset} = {Printable} - {Whitespace} - {Space} - [':'] - [';'] - ['.'] SPACE = {Space}+ CHARS...
Dipl. Ing. Ali Algan
office@...
Send Email
Mar 2, 2006
10:20 am
2162
Downloading now! This is just what I was looking for. Ken www.speechchips.com...
Ken
kenprime2001
Offline Send Email
Mar 2, 2006
7:05 pm
2163
Very nice. Runs well. I tested it with the Commodore PET Basic grammer and it parses correct. Nice bit of work!...
Ken
kenprime2001
Offline Send Email
Mar 2, 2006
7:59 pm
2164
Thanks to Ken for testing! I have just uploaded version 1.1. The parser is the same, but I have added another GOLD template which generates .c source for a...
Jeroen Kessels
jeroenkessels
Online Now Send Email
Mar 3, 2006
5:59 am
2165
Screen shows: Evaluated: Id='Var1' Evaluated: =='=' Evaluated: StringLiteral='"Hello there!"' Evaluate rule: <Statement> ::= Id '=' StringLiteral 'Var1', '=',...
Ken
kenprime2001
Offline Send Email
Mar 3, 2006
2:34 pm
2166
The test3.exe in your zip works correctly however Example3 seems to parse the input correct then returns: Unhandled exception at 0x00417380 in test.exe...
Ken
kenprime2001
Offline Send Email
Mar 3, 2006
2:34 pm
2167
/* <Statements> ::= */ char *Rule_Statements2(struct ParseDataStruct *Data, struct TokenStruct *Token, char *Arg[]) { /* Arguments: 0 */ ...
Ken
kenprime2001
Offline Send Email
Mar 3, 2006
2:37 pm
2168
I don't see the makemic file in either zip....
Ken
kenprime2001
Offline Send Email
Mar 3, 2006
2:42 pm
2169
I have just uploaded version 1.3 of the engine. I've changed it to use linked lists instead of arrays, should be faster for big input files. Thanks to Ken for...
Jeroen Kessels
jeroenkessels
Online Now Send Email
Mar 4, 2006
10:22 pm
2170
J2EE Interview questions and answers I have listed over 340 J2EE interview questions and answers in my website ...
softtware2006
Offline Send Email
Mar 6, 2006
2:17 pm
2171
Hello everyone, i want to parse a javascript file which contains more than one functions. How can i use this goldParser for parsing this file? Does anybody has...
santhii_suresh
Offline Send Email
Mar 7, 2006
9:08 am
2172
Not currently. I have yet to port the GOLD source to C++ so I can be compiled on different operating systems....
Devin Cook
GOLD-Admin@...
Send Email
Mar 9, 2006
11:23 am
2173
Do you plan to parse JavaScript? If so, you can probably modify the Java grammar. - Devin...
Devin Cook
GOLD-Admin@...
Send Email
Mar 10, 2006
8:26 am
2175
hello to all, im fiqin and im very interested in learning how GOLD works.. i have some problems and i really appereciate help from ur guyz. 1. i use GOLD to...
dam6009
Offline Send Email
Mar 14, 2006
4:02 am
2176
there seem to be a problem with the Parser in C++ with accentuated characters. In the builder INSERT INTO tbData values(1, 'céole', 'eécole'); is valid. yet,...
benares99
Offline Send Email
Mar 16, 2006
12:34 am
2178
Hi everyone, Today I was observing the contributor parser implementations, and trying to understand the similarities and differences between them. I have...
Eylem Uðurel
eylemugurel
Offline Send Email
Mar 18, 2006
6:37 pm
2179
That's a good observation. Actually, you stumped me for a few moments - I had forgotten why I had sent the logic for parsing block comments through the...
Devin Cook
GOLD-Admin@...
Send Email
Mar 19, 2006
9:19 pm
2180
A lot of characters that are found in Unicode, are not present in ASCII (or the various forms of ISO-8859). When Windows attempts to store a character from...
Devin Cook
GOLD-Admin@...
Send Email
Mar 19, 2006
9:26 pm
2181
Yes, you are right! So, let me emphasize this lose/win situation: (1) A 'CommentEnd' symbol out of context: /* print("*/") */ ^ ^ ... +----------+ ...
Eylem Ugurel
eylemugurel
Offline Send Email
Mar 20, 2006
10:30 am
2182
... I'm shocked too! :) ... On second thought, the DFA should read until it hits a character that is not part of the string terminal. This will cause a lexical...
Devin Cook
GOLD-Admin@...
Send Email
Mar 20, 2006
2:45 pm
2183
I do not know if they are already implemented: 1) save window positionining 2) enable the text area of the 'test grammar' window while the gold parser computes...
axilmar
Offline Send Email
Mar 20, 2006
3:03 pm
2184
... wrote: [...] ... errors. ... The point is, that usually there are no lexical errors inside insignificant parts of a source according to the current mode of...
svv1999
Offline Send Email
Mar 21, 2006
8:19 am
2185
... Really, the debate is over whether the parser needs to perform lexical analysis on the content of block terminals. In many cases, string literal and other...
Devin Cook
GOLD-Admin@...
Send Email
Mar 21, 2006
10:48 am
2186
Hi. I'm finding duplicated states in the DFA. This is not a show stopper for me, because I'm using the XML output to build my own tables (that's why I found...
imarteens
Offline Send Email
Mar 21, 2006
11:56 am
2187
I'm writing a compiler for a .NET compiler for a .NET language (Freya), using C# 2.0. I'm using the XML output from GOLD to generate my own tables as static...
imarteens
Offline Send Email
Mar 21, 2006
12:46 pm
2188
Hi, Jeroen: I think there's a very subtle problem with the lexer. I warn you I have not run the application (I don't have a C/C++ compiler at hand right now),...
imarteens
Offline Send Email
Mar 21, 2006
2:52 pm
2189
... The tokenizer in my implementation uses a look-ahead mechanism. The input pointer is not advanced while scanning, it is only advanced when a valid token is...
Jeroen Kessels
jeroenkessels
Online Now Send Email
Mar 21, 2006
4:30 pm
Messages 2157 - 2189 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