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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2484 - 2517 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2484
I could not install Gold Builder (GUI) v3.2.0.1 on W2K Pro SP4. Every time I tried it says "Setup cannot continue because some system files are out of date on...
sky_khan
Offline Send Email
Aug 14, 2006
1:13 am
2485
Is there any way to suppress rules in program templates that would be trimmed when trim reductions is switched on? I don't want the ##RULES block to include...
Nathan Baulch
nathanbaulch
Offline Send Email
Aug 18, 2006
3:17 am
2487
... Reply to myself. I finally could install GOLD Parser on W2K Pro SP4 by manually copying VB6STKIT.DLL to \WINNT\system32 folder....
sky_khan
Offline Send Email
Aug 20, 2006
3:18 pm
2490
A new version of the Calitha GOLD Parser Engine has been released. Version 1.13 contains a fix related to using nested comments. You can download the latest...
Robert2275
Offline Send Email
Aug 24, 2006
6:27 pm
2491
What are the long term plans for the GOLD Parser?...
Robert2275
Offline Send Email
Aug 24, 2006
6:36 pm
2492
Are there any feature requests for the Calitha GOLD engine and related files? Or maybe you could share your experiences when using it? Please tell something...
Robert2275
Offline Send Email
Aug 24, 2006
6:47 pm
2493
I have been successfully using Vladimir Morozov's C# engine. How does yours differ from this? ... [Non-text portions of this message have been removed]...
Nathan Baulch
nathanbaulch
Offline Send Email
Aug 25, 2006
1:04 am
2494
... The Calitha engine was implemented before the Morozov engine existed. At least it was not available on the GOLD Parser website. So I do not know how it...
Robert2275
Offline Send Email
Aug 26, 2006
8:44 pm
2495
found a bug in the engines.. not sure if its been reported. I queried Justin who said its been a long time since he wrote it.. anyway I have a fix which...
Stu
yakumo9275
Offline Send Email
Aug 30, 2006
6:51 pm
2496
Hey everyone, I just returned from a rather nice trip to Arizona and Nevada. I'm behind on e-mails, but I will get to them all. Have a great day, - Devin...
Devin Cook
GOLD-Admin@...
Send Email
Aug 31, 2006
10:33 am
2497
Not yet, but that's a great idea. I might be able to add that in the next release. - Devin...
Devin Cook
GOLD-Admin@...
Send Email
Aug 31, 2006
10:56 am
2498
Thank you. That's an incredibly strange error. I am surprised it didn't work correctly with W2K! I'm glad you got the installation to work. Have a great day, -...
Devin Cook
GOLD-Admin@...
Send Email
Aug 31, 2006
11:00 am
2499
Cool... can we have two options, one to supress would-be-trimmed rules and another to suppress empty rules. ... [Non-text portions of this message have been...
Nathan Baulch
nathanbaulch
Offline Send Email
Aug 31, 2006
11:26 am
2500
Excellent. I will update the site shortly! Thanks again for all your hard work!...
Devin Cook
GOLD-Admin@...
Send Email
Sep 2, 2006
11:26 am
2501
My next project is the porting of the source code to C++ for compilation for the UNIX, Macintosh and Linux....
Devin Cook
GOLD-Admin@...
Send Email
Sep 2, 2006
11:31 am
2502
Here's an update to my previous post of the x86 assembler grammar. most instructions are here but there is no macros definitions or assembler specific...
tantrikwizard
Offline Send Email
Sep 2, 2006
5:04 pm
2503
Open source ?...
Carlos Christensen
christensenc@...
Send Email
Sep 3, 2006
5:05 am
2504
Hello everyone, The GOLD Website has been updated. The following is a list of the new or changed items: * Update! Rob van den Brink updated the Pascal Engine! ...
devindcook
Online Now
Sep 4, 2006
8:40 pm
2505
Not yet. Without a standardized version of GOLD, releasing the source code could result in several incompatible variants - which would result in different...
Devin Cook
GOLD-Admin@...
Send Email
Sep 4, 2006
8:46 pm
2506
Hello, I'm working on redcode (corewars) grammar using GOLD. You can see my current version here ...
pavel_savara
Offline
Sep 4, 2006
9:55 pm
2507
I had exactly the same problem in VBScript where some keywords such as "Default" and "Step" are allowed to be identifiers also. What you should try is adding...
Nathan Baulch
nathanbaulch
Offline Send Email
Sep 4, 2006
11:16 pm
2508
... operator) ? There are many solutions to your problem, but you might not understand the problems that may arise having solved your original problem. The...
svv1999
Offline Send Email
Sep 7, 2006
10:42 am
2509
Is this an assembly language? I couldn't open the language. - Devin...
Devin Cook
GOLD-Admin@...
Send Email
Sep 8, 2006
9:24 am
2510
I did defined it as <Label> ::=Label ... <Modifier> ::= I | A | B | AB | BA | F | X And that works. Meaning is that in location where <Label> (identifier) is...
pavel_savara
Offline
Sep 8, 2006
1:09 pm
2511
... Kind of assembly language for MARS, which is virtual machine where code warriors trying kill each other (force him to run instruction DAT) / survive (run)...
pavel_savara
Offline
Sep 8, 2006
2:29 pm
2513
Hi, Using the latest GOLD engine, it cannot recognize terminals which are the same but diffrent case. In the example below, only uppercase 'W' is recognized,...
email_dlee
Offline
Sep 11, 2006
11:49 am
2514
Hello all, I'm testing cobol 95 grammar and I've found some problem's: <Communication Section> ... Would be <Communication Section> ... Same in <Report...
Jose Ventura
jose_ventura...
Offline Send Email
Sep 11, 2006
1:46 pm
2515
Thanks for the heads up. Sorry about the errors - it's a huge grammar and it's easy to overlook a rule here or there! :) In the second case, "text" is a...
Devin Cook
GOLD-Admin@...
Send Email
Sep 12, 2006
5:29 pm
2516
Great question. In the rules, identifier-style literals such as B and W represent terminal names. These are case-insensitive. As a result, when the system...
Devin Cook
GOLD-Admin@...
Send Email
Sep 12, 2006
5:37 pm
2517
Thanks! It worked! - Dennis ... and W ... when the ... After the ... Because only ... [mailto:GOLDParser@yahoogroups.com] On ... are ... uppercase 'W' ... ...
email_dlee
Offline
Sep 13, 2006
2:33 am
Messages 2484 - 2517 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