Excellent. I will update the site shortly! Thanks again for all your hard work!...
Devin Cook
GOLD-Admin@...
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@...
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...
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! ...
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@...
Sep 4, 2006 8:46 pm
2506
Hello, I'm working on redcode (corewars) grammar using GOLD. You can see my current version here ...
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...
... operator) ? There are many solutions to your problem, but you might not understand the problems that may arise having solved your original problem. The...
Is this an assembly language? I couldn't open the language. - Devin...
Devin Cook
GOLD-Admin@...
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...
... 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)...
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,...
Hello all, I'm testing cobol 95 grammar and I've found some problem's: <Communication Section> ... Would be <Communication Section> ... Same in <Report...
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@...
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@...
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' ... ...
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....
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@...
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:...
Excellent news. I will update the website sometime tonight. - Devin...
Devin Cook
GOLD-Admin@...
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@...
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]...
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...
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...
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...
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...
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@...
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...