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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1 - 31 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Hello everyone, Welcome to my new Yahoo Group. Please feel free to post anything you want. I will check the site every now and then and help out the best I can...
goldparser
Offline Send Email
Jul 20, 2003
8:35 am
2
Hi, I'm Sanghwa Yuh at Kyungin Women's College. After installtion, I have unexpected error message. It says; Run time Error '91' Object variable or With Block...
ishyuh
shyuh@...
Send Email
Jul 29, 2003
1:58 pm
3
Hi Sanghwa, The compiled grammar table that is produced by Gold Parser is and can be used in a multithreaded environment. Keep in mind that if you use an...
stephanerichard
Offline Send Email
Aug 12, 2003
11:54 am
4
I dont really have a question per say, so don't go busting your brain on trying to find out what I want :-).... Just to say hi, and to say that the latest...
stephanerichard
Offline Send Email
Aug 12, 2003
11:59 am
5
Just wondering if you respond here either. I tried to e-mail you a little bit ago, but you-- along with everyone else, are getting alot of spam, and can't...
dab1885
Offline Send Email
Aug 15, 2003
5:59 pm
6
Hi, I've been tryign to reach him myself too. Been a while since I've had a reply, maybe he's gone on vacation or something right now. :-). I say this...
stephanerichard
Offline Send Email
Aug 16, 2003
1:00 pm
7
I understand the binary implementation of a file, how else would anybody write executables that worked at all? Here's what I've gotten from the structure so...
dab1885
Offline Send Email
Aug 16, 2003
5:43 pm
8
... brain ... My brain is pretty much busted after the California Recall election got under way! :-) ... Thank you. I'm currently working on version 2.0.6...
goldparser
Offline Send Email
Aug 17, 2003
11:41 am
9
... I've thought about that. ... non- ... and ... The format of the CGT file is documented at http://www.devincook.com/goldparser/doc/cgt/ ... Ada and C#?...
goldparser
Offline Send Email
Aug 17, 2003
2:34 pm
10
... exactly ... 0s0e0e0n0 ... The Unicode character set uses two bytes to store each letter. For the first 256 values, they Unicode values match the ANSI...
goldparser
Offline Send Email
Aug 17, 2003
2:48 pm
11
... The problems I have heard about affects only those using the Asian version of Windows XP - which is very strange. I don't know if I can fix the problem in...
goldparser
Offline Send Email
Aug 17, 2003
2:56 pm
12
Kewl and when do you think 2.0.6 will be ready? ... contain ... I ... have ... I...
stephanerichard
Offline Send Email
Aug 18, 2003
3:59 pm
13
... I'm not sure yet. I would love to hear any suggestions for changes I can make to the new version. So far, the following has changed: * Added the 'Known...
goldparser
Offline Send Email
Aug 19, 2003
12:01 am
14
I do not know what the 'unsaid rules' are of this group are, though I cannot determine it from 14 messages, forgive my verbosity. ... how ... Everyone seems to...
dab1885
Offline Send Email
Aug 21, 2003
12:40 am
15
I will rephrase my question: Can I get an idea of how to read a CGT file in a -single, meaing in one piece, -linear, meaning in one straight procession, ...
dab1885
Offline Send Email
Aug 21, 2003
12:42 am
16
... From Msg#9: You (Mr. Cook) wondered/typed: -Ada and C#? The book says Ada/CS is a subset of Ada for Computer Science....
dab1885
Offline Send Email
Aug 21, 2003
12:43 am
17
... I'm looked "source-engine-1.1.0-vb5\Engine Source" and I'm still trying to figure out how to get to a method of my own to read CGT files. Can you point out...
dab1885
Offline Send Email
Aug 21, 2003
12:43 am
18
From MSG#10(goldparser) ... (with the exception of 128 to 159). ... Since ASCII is a subset of Unicode i don't consider there to be any problem for not using...
dab1885
Offline Send Email
Aug 21, 2003
12:48 am
19
Hi, Over the last few days I've been learning about parsers. I'm trying to develop a parser to read whois records. Although Goldpass does build DFA and LALR...
machnime
machnime@...
Send Email
Aug 21, 2003
3:49 am
20
OK, I found the problem. This grammar works: *** Start Grammar *** "Name" = 'ARIN Whois Parser' "Version" = '1.0' "About" = 'This parser extracts the ARIN...
machnime
machnime@...
Send Email
Aug 21, 2003
10:55 pm
21
... Thank you....
devindcook
Online Now Send Email
Aug 23, 2003
5:37 pm
22
... For parsing a Whois file, you might want to manually implement it rather than using the GOLD Parser. The format they use is fairly simple, like .ini files,...
Devin Cook
devindcook
Online Now Send Email
Aug 23, 2003
6:02 pm
24
... Oh. Sorry. In the Visual Basic source, the class that reads and writes to the CGT file is called "Simple Database". There is a procedure in the GOLDParser...
Devin Cook
devindcook
Online Now Send Email
Aug 23, 2003
6:27 pm
25
Ok, cool, thank you very much Mr. Cook. Do you, or does anybody else, want the Machine Language Reference for the X86 processing family (possibly to help with...
dab1885
Offline Send Email
Aug 24, 2003
10:48 am
26
Hi Devin, Thanks for the response. If you look at all the whois records from registries such as ARIN, RIPE, LACNIC, APNIC, etc, plus whois records from the Top...
machnime
machnime@...
Send Email
Aug 25, 2003
4:10 pm
27
Im working in vb.net with the gold parser and I cant get the token that is read from the input. For example: <ID> ::= Identifier but when I try to get the...
jesusadictoedwin
jesusadictoe...
Offline Send Email
Aug 25, 2003
7:54 pm
28
I've been looking at you're source code for days, and it is pretty neatly arranged, but it is inherently arranged in an object-like orientation. Do you program...
dab1885
Offline Send Email
Aug 26, 2003
5:23 am
29
I'm mainly a C++ programmer, so forgive me if it turns out that these things do not apply to C.. But.. I think it should be possible to write ; in C, or to...
sandervanrossen
sandervanrossen@...
Send Email
Aug 26, 2003
10:46 am
30
Hi all, I'm a newbie at GOLDParser and my BNF memory is rusty since university days, so excuse me if I sound like an idiot. I need to declare a rule that has...
Thanh Hai Tran
th2tran
Offline Send Email
Aug 26, 2003
10:31 pm
31
Are the assignment values are optional in both cases? ... for doing this kind of things?...
Devin Cook
devindcook
Online Now Send Email
Aug 27, 2003
12:02 am
Messages 1 - 31 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