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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2373 - 2408 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2373
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 ...
devindcook
Offline
Jun 1, 2006
9:01 am
2374
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...
devindcook
Offline
Jun 1, 2006
9:04 am
2375
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 ...
AndresH
andy_pandora
Offline Send Email
Jun 2, 2006
12:23 am
2376
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@...
Send Email
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 ...
venkateshp_2004
Offline Send Email
Jun 2, 2006
9:01 am
2378
... 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...
tantrikwizard
Online Now Send Email
Jun 2, 2006
3:39 pm
2380
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...
devindcook
Offline
Jun 5, 2006
11:46 pm
2381
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. ...
leray_franck3
Offline Send Email
Jun 6, 2006
9:54 am
2382
... 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...
svv1999
Offline Send Email
Jun 6, 2006
8:54 pm
2383
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...
defendio
Offline Send Email
Jun 7, 2006
3:57 am
2384
Try this... Identifier = (({Letter}|'#'|'@')('#')?{Id Ch Standard}*('.''*')? | '['{Id Ch Extended}+']'('.')?)+ Works for me. Ad. "defendio"...
adrian.r.moore@...
Send Email
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@...
Send Email
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...
defendio
Offline Send Email
Jun 8, 2006
2:09 am
2387
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...
defendio
Offline Send Email
Jun 8, 2006
6:43 am
2388
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...
defendio
Offline Send Email
Jun 8, 2006
6:50 am
2389
hi, I encountered new problem, when it test it with some NON-ASCII characters, it could not be recognized: SELECT [ID], [PMSEquipment].[ManagementOrganize],...
defendio
Offline Send Email
Jun 8, 2006
7:24 am
2390
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@...
Send Email
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@...
Send Email
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@...
Send Email
Jun 12, 2006
8:25 pm
2396
The Test Window in the Builder may not support all Unicode characters....
Devin Cook
GOLD-Admin@...
Send Email
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...
Bill White
wcwhite42
Offline Send Email
Jun 14, 2006
1:09 am
2399
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@...
Send Email
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...
Bill White
wcwhite42
Offline Send Email
Jun 14, 2006
4:33 pm
2401
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 ...
Bill White
wcwhite42
Offline Send Email
Jun 15, 2006
1:23 am
2402
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....
defendio
Offline Send Email
Jun 15, 2006
2:15 am
2404
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...
Vladimir Morozov
vmorozov72
Offline Send Email
Jun 15, 2006
1:47 pm
2405
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...
Bill White
wcwhite42
Offline Send Email
Jun 15, 2006
5:07 pm
2406
i am interesting in the excellent GoldParser . but where to get javascript grammer ? i can't find it....
hillhoohoo
Offline Send Email
Jun 16, 2006
2:30 am
2407
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...
bonadeea
Offline Send Email
Jun 16, 2006
12:40 pm
2408
We use it in IronSpeed designer in that manner. ... Bill White bwhite@... office: 650-215-2227 pager: 650-428-6611 ... From:...
Bill White
wcwhite42
Offline Send Email
Jun 16, 2006
3:37 pm
Messages 2373 - 2408 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