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...
Show off your group to the world. Share a photo of your group with us.

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 2500 - 2530 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline
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
2518
Yes, it's very very large. You have done a good and large work. Ok, I haven't been luck with the example, but the problem I've found in the parser isn't these....
Jose Ventura
jose_ventura...
Offline Send Email
Sep 13, 2006
10:51 am
2519
You're right. The PicString is a kind of a hack designed to get the grammar to work. I did this a long time ago, so I could work on the rest of the grammar...
Devin Cook
GOLD-Admin@...
Send Email
Sep 13, 2006
12:10 pm
2520
Devin, For the last few weeks we have worked together with Nathan Baulch on numerous VBScript grammar changes to address a lot of real life scenarious such as:...
Vladimir Morozov
vmorozov72
Offline Send Email
Sep 13, 2006
12:46 pm
2521
Excellent news. I will update the website sometime tonight. - Devin...
Devin Cook
GOLD-Admin@...
Send Email
Sep 13, 2006
1:00 pm
2522
I took a quite look at the grammar. The PicString literal has a small flaw, which is probably the cause of your headaches. I put the second {WS}+ outside the...
Devin Cook
GOLD-Admin@...
Send Email
Sep 13, 2006
1:05 pm
2523
Ok, that's right. With this change the grammar recognice well the PICTURE term. Thank's. ... [Non-text portions of this message have been removed]...
Jose Ventura
jose_ventura...
Offline Send Email
Sep 14, 2006
10:59 am
2524
I downloaded GOLD setup file from 'http://www.devincook.com/goldparser/builder/download/gold-parser- builder.zip", but the file is corrupted. The error message...
jeonghj66
Offline Send Email
Sep 15, 2006
7:19 am
2525
I just tried the file and it works fine. ... Bill White bwhite@... office: 650-215-2227...
Bill White
wcwhite42
Offline Send Email
Sep 15, 2006
4:26 pm
2526
So thank you for the work on the COBOL 85 Grammar. I'm working on this grammar to adapt it to the HP COBOL 85. I'm not a super hero of grammar and compiler...
leray_franck3
Offline Send Email
Sep 16, 2006
3:30 pm
2527
Is it possible to design a ECMA standard C# grammar using GOLDParser? If it is then please send me the link where I can get it. I want the full grammar not a...
ani_kgec
Offline Send Email
Sep 18, 2006
11:31 am
2528
Hi All, I need to define a simple scripting language, which should be parsed and a *java code* should be generated. (Later, this code is compiled and the java...
Pramoda Dissanayake
ypramodad
Offline Send Email
Sep 20, 2006
10:49 am
2529
Sorry for the delay in responding. I'll take a look at the grammar when I get a chance. I'm sure it has a few flaws. - Devin...
Devin Cook
GOLD-Admin@...
Send Email
Sep 22, 2006
7:51 am
2530
Yes. The technique you are going to uses is called "translation". Essentially, you will parse the simple scripting language and create a tree in memory which...
Devin Cook
GOLD-Admin@...
Send Email
Sep 22, 2006
8:04 pm
Messages 2500 - 2530 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