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...
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@...
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...
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...
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...
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...
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...
... 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...
... 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#?...
... exactly ... 0s0e0e0n0 ... The Unicode character set uses two bytes to store each letter. For the first 256 values, they Unicode values match the ANSI...
... 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...
... 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...
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...
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, ...
... 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...
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...
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@...
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...
... 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,...
... 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...
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...
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@...
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...
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...
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@...
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...