Hello everyone, I just released version 3.1 of the Builder. This release fixes a few minor bugs and adds a number of improvements. The changes include the ...
Rob van den Brink created a new engine for the Object Pascal Programming Language. The template creates a full-functioning program that does not require you to...
Devin I have been following this newsgroup, but couldn’t fit GOLD for my needs. Do you plan any extension to your GOLD parser, capable of parsing/handling ...
The latest version of the Builder doesn't work very well for those who have multiple monitors connected. Version 3.1.1 will contain the following changes: *...
Devin Cook
GOLD-Admin@...
Jun 2, 2006 6:44 am
2377
Hi to all..!! After a year i am back to this group...time is running very fast... Is there any grammer for microprocessor instructions...such as MASM ...
... There's a generic ASM grammar at http://groups.yahoo.com/group/GOLDParser/message/2148 it admittedly needs a lot of work and doesn't contain assembler...
I just uploaded a new version of the Builder. This version fixes a few minor bugs in the last release. It also adds a number of minor enhancements. Have a...
I alls, I'm working on a COBOL transformer (and not compiler) using GOLDParser. So the cobol source areas, the comments need to be traited by the transformer. ...
... I do not understand this whole task. The well known ambiguous example sentence: IF a THEN IF b THEN DoThis ELSE DoTheOther What would any evaluator that...
hi, devin, I am modifying the official SQL-ANSI-89.grm from your gold parser website. and I am now adding support for ANSI 92 and 99, hope I can finish them...
Try this... Identifier = (({Letter}|'#'|'@')('#')?{Id Ch Standard}*('.''*')? | '['{Id Ch Extended}+']'('.')?)+ Works for me. Ad. "defendio"...
adrian.r.moore@...
Jun 7, 2006 2:48 pm
2385
Hello everyone, I just uploaded the grammar for the C# Programming Language. C# was primarily the work of computer scientist Anders Hejlsberg who has worked on...
Devin Cook
GOLD-Admin@...
Jun 7, 2006 11:02 pm
2386
sorry to bother you, but i am new to GOLD parser grammer, you mean "Identifier", is it just the "Id"? would you please give your complete grammer? thanks in...
hi, I replaced the Id value with your Identifier value, and now it works very well! thank you very very very much!!! any body that have interests please...
I modified the official SQL-ANSI-89 grammer file from GOLD Parser website to make it support some of 92 syntax. anybody that have interests please download it...
hi, I encountered new problem, when it test it with some NON-ASCII characters, it could not be recognized: SELECT [ID], [PMSEquipment].[ManagementOrganize],...
Unfortunately, you need to handle comments with a preprocessor. The syntax overlaps with the COMPUTE verb. Actually, I have been working on a COBOL-85 grammar....
Devin Cook
GOLD-Admin@...
Jun 9, 2006 5:21 am
2394
Every now and then, spammers - the dregs of the computer world - post messages to forums. Recently, two were posted. The users were banned and the messages...
Devin Cook
GOLD-Admin@...
Jun 10, 2006 9:21 pm
2395
I just uploaded the grammar for the COBOL 85 Programming Language. This is, by far, the most complex grammar I have ever written (or will ever write again!) ...
Devin Cook
GOLD-Admin@...
Jun 12, 2006 8:25 pm
2396
The Test Window in the Builder may not support all Unicode characters....
Devin Cook
GOLD-Admin@...
Jun 12, 2006 11:59 pm
2398
I'm seem to be having trouble defining the character set in a grammar so that it accepts a wider range of utf-8 characters as valid. I want to read content...
The GOLD Meta-Language only supports the first-128 characters of Unicode - ASCII. This was to make grammar files compatible over different character sets. You...
Devin Cook
GOLD-Admin@...
Jun 14, 2006 4:23 am
2400
Devin, Thanks for the fast reply. Let me see if I understand what you mean. The meta-language is limited to the 1st 128 characters, so those are all I can use...
Vlad, I've had a chance to do some of the experiments noted in my last posting, and have found that I can define sets to allow the handling of characters ...
Hi, i came across the same problem, please take a look at:http://groups.yahoo.com/group/GOLDParser/message/2383?l=1 the cgt file went up more than 1M in size....
Bill, I will investigate why loading of the big grammar takes so long time in my version of the engine. To address the issue with any characters I think the...
Vlad, I'm not sure that I fully understand what you propose, but it seems to involve changes in both the builder (for extending the grammar) and the engine...
Hi all, I have a question for you: Is posible to use the Vladimir Morozov C# Gold Engine for doing stop-edit-run runtime on the code? thank you, --adi...