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 1627 - 1671 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1627
I just updated the pseudo-code. I had failed to include the "Initialize" procedure which prepares the Token Stack for usage. Essentially, a "start token" is...
Devin Cook
GOLD-Admin@...
Send Email
Aug 1, 2005
7:49 am
1628
BlankHello everyone, Version 2.6.6 of the Builder will be delayed until later this month - perhaps September. The new version, when complete, will include...
Devin Cook
GOLD-Admin@...
Send Email
Aug 2, 2005
10:48 pm
1630
I have inherited a power builder application that in a nutshell takes all the components of an SQL statement and parses them into all the individual...
jdmirsky
jdmirsky@...
Send Email
Aug 5, 2005
7:23 pm
1631
Small problem that i don't know to solve. here is a testcase: begin grammar =============> {String Char} = {Printable} + {Printable Extended} {String...
Joe Farnarkle
stemu2000
Online Now Send Email
Aug 6, 2005
10:36 am
1632
Hi Joe, I think you will find the actual problem you have with the tests you gave examples of is that the parser first recognises the terminal CLEAR and shifts...
frankjamescottrell
frankjamesco...
Offline Send Email
Aug 8, 2005
3:28 am
1633
Thanks Frank, I suspected the same, but I still see that actually as a bug. In the meantime i dropped GoldParser in favour of Cococ/R (for delphi...
Joe Farnarkle
stemu2000
Online Now Send Email
Aug 8, 2005
4:09 am
1634
Given S ::= `one'* `end' where * means zero or more occurrences. Is there any reasons why Kleene closure operators are not incorporated into BNF grammars for...
john cork
johnmcork
Offline Send Email
Aug 9, 2005
12:55 am
1635
Perhaps the answer is: productions with Kleene closure do not allow one to construct a parse tree. Agree, disagree, other answers? John ... incorporated ... ...
john cork
johnmcork
Offline Send Email
Aug 9, 2005
3:29 am
1636
Follow up questions Are there any catalogues, books etc that deal with grammar transforms? Are there any tools for proofing grammars (detect left recursion, ...
john cork
johnmcork
Offline Send Email
Aug 9, 2005
10:44 am
1640
... Don't most of the recursive descent parser generators use a variation of EBNF, which allows a "zero or more" construct? For instance, COCO/R does, via the...
Ed Davis
ed_davis2
Offline Send Email
Aug 9, 2005
6:11 pm
1641
... COCO/R Yes, but my initial point was "zero or more" construct using Kleene operators. My third message (that I will check again tonight) and my curiosity...
john cork
johnmcork
Offline Send Email
Aug 9, 2005
9:43 pm
1642
... Well, in that case try: SabelCC Antlr Preccx Accent Grammatica All of these you the '*' operator to specify "zero or more". There are probably many more,...
Ed Davis
ed_davis2
Offline Send Email
Aug 10, 2005
2:32 am
1643
OK thanks john...
john cork
johnmcork
Offline Send Email
Aug 10, 2005
6:20 am
1644
Sorry same question again. Different words Are there parser generators that support Kleene operator in productions? <list> ::= <list item>+ <EOL> If not why...
john cork
johnmcork
Offline Send Email
Aug 10, 2005
2:01 pm
1648
The problem with the provided jar is that the classes are listed as being in goldengine.java package, but are stored at the top folder, instead of ...
debedb37
Grisha@...
Send Email
Aug 10, 2005
5:25 pm
1649
How do you do John. My first interesting is XML-parser for application-manifest(.NETFramework1.1,VS2003,VS2005.) I need friend with whon I can discuss my...
jurijs
jurijs55@...
Send Email
Aug 11, 2005
3:30 am
1653
I have the following a question - I have an ADA grammar that I enter in GoldParser Builder to generate a cgt file. I have a project where I am using...
Miguel Ramos
miramos
Offline Send Email
Aug 11, 2005
7:15 pm
1654
Two things First to Jurijs, this group has many experienced members who can help and there are example grammars that also help. If you need more direct help...
john cork
johnmcork
Offline Send Email
Aug 11, 2005
8:09 pm
1655
I recently upgraded to the latest version of the Gold parser builder (2.6.5). Today I needed to update an old grammar and I've encountered a change in the...
michael_mccnnll
m_mc_connell@...
Send Email
Aug 12, 2005
10:34 am
1656
Hi all, The following is a pasting of what I wrote in the comments to the GOLD grammar we use in-house (since the comments in the Java engine source prohibit ...
Gregory Golberg
debedb37
Offline Send Email
Aug 12, 2005
10:51 pm
1658
... I have 2.5.3.1 gold-parser-buider.zip 2.5.3.1 doc-buider.zip and 2.6.4 gold-parser-buider.zip 2.6.4 doc-buider.zip any good? if yes I can email to you...
john cork
johnmcork
Offline Send Email
Aug 14, 2005
6:50 am
1659
I hav't some experience with gold-parser. I work with XML-parser under gcc3.1 + XWindows + MSYS + WindowsXP . Today my first work is made .NETFramework XML-...
jurijs
jurijs55@...
Send Email
Aug 15, 2005
5:53 am
1664
Suppose I have this input: left side of equals sign = right side of equals sign; Is there a way to have the lexer read it as: ...
dullfig
dullfig@...
Send Email
Aug 16, 2005
1:55 am
1665
Hi everyone! I need define some terminals in Cyrillic, and in Gold Parser Builder i write: var = {&43F}{&435}{&440}{&435}{&43C} than in log i can see some...
palytsh
Offline Send Email
Aug 16, 2005
4:35 am
1666
Are you reading a .ini file? In many cases the file structure is too simple to justify a parser - whether it be GOLD, YACC, ANTLR, etc... - Devin...
Devin Cook
GOLD-Admin@...
Send Email
Aug 16, 2005
5:42 am
1667
My apologies. That is a bug in the GOLD Parser Builder. I didn't know about it until this e-mail. The bug affects character constants when they are used...
Devin Cook
GOLD-Admin@...
Send Email
Aug 16, 2005
5:42 am
1668
Thanks for the heads up. Please send any changes you have to me. Matt, the developer of the Java Engine, has been very open to modifications and fixes. Have a...
Devin Cook
GOLD-Admin@...
Send Email
Aug 16, 2005
5:43 am
1669
Those are all excellent projects. I have a page that links to the best parsers I have found: http://www.devincook.com/goldparser/resources/parsers.htm I...
Devin Cook
GOLD-Admin@...
Send Email
Aug 16, 2005
5:43 am
1670
Sorry. I've been away from the computer quite a bit... well, away from the Internet. Anyway, to answer your question... Many parsing systems contain special...
Devin Cook
GOLD-Admin@...
Send Email
Aug 16, 2005
6:02 am
1671
Ok, thanx, Devin! Don't worry and good luck! I'll wait....
palytsh
Offline Send Email
Aug 16, 2005
7:24 am
Messages 1627 - 1671 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