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 712 - 742 of 3462   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
712
I agree with that ! Gaël Faure. Paris, FRANCE ... De : srbstar [mailto:srbstar@...] Envoyé : vendredi 1 octobre 2004 04:49 À :...
FAURE, Gaël
gafaure@...
Send Email
Oct 1, 2004
7:11 am
713
Thanks to Devin for an excellent project and creating an excellent group spirit. Let me also say I am an ex-computer-architect, so as to warn of some mind-set...
johnmcork
Offline Send Email
Oct 1, 2004
7:13 am
714
No one has submitted a grammar for the Delphi Programming Language yet. However, Alexander Grau submitted the grammar for Pascal. It should be able to be...
Devin Cook
devindcook
Offline Send Email
Oct 1, 2004
2:28 pm
716
Thank you. I will read the rest of the post when I have a chance. - Devin...
Devin Cook
devindcook
Offline Send Email
Oct 1, 2004
3:36 pm
717
Blank Thanks everyone for their feedback. I will use Design A in the next version of the Builder. I should have it out sometime today or tomorrow. - Devin Cook...
Devin Cook
devindcook
Offline Send Email
Oct 1, 2004
4:07 pm
718
HI ALL i AM LOOKING FOR ANY HDL PARSER WITH GOLDPARSER (VHDL, VERILOG AND CO..) thanks ... No one has submitted a grammar for the Delphi Programming Language...
dezai G
winecad
Offline Send Email
Oct 1, 2004
4:26 pm
719
Hello everyone, A new version of the GOLD Parser Builder was just released. The new version contains a number of enhancements over the last version. The most...
Devin Cook
devindcook
Offline Send Email
Oct 2, 2004
5:53 am
720
Devin, Thank you for the great additions to the IDE! I especially like ability to jump from "Reduce-Reduce" error and "Shift-Reduce" warning to LALR state...
Vladimir Morozov
vmorozov72
Offline Send Email
Oct 2, 2004
1:22 pm
721
Hello! I'm a total beginner of parsing and parsers and GOLD and I hope that you can help me get started. I have a csv-file that I want to parse. The file looks...
Anders
ameissuperguru
Offline Send Email
Oct 3, 2004
7:19 pm
722
Thank you. ... The Reduce Rule action could possibly open the Rules Window - but for the most part the rule is currently being displayed on the screen. The...
Devin Cook
devindcook
Offline Send Email
Oct 3, 2004
7:58 pm
723
Using a parsing system such as GOLD or YACC is probably overkill for this. The CSV format is pretty simple. The code required to manually identify each field...
Devin Cook
devindcook
Offline Send Email
Oct 3, 2004
8:33 pm
724
You most probably can find simpler solutions to parse CSV files. If you still want to use GOLD parser then you can download CSV grammar for GOLD parser from ...
Vladimir Morozov
vmorozov72
Offline Send Email
Oct 3, 2004
9:39 pm
725
Hi, I had some questions about the Gold Parser Generator for C#. Any opinions/ideas are appreciated. (1) How do you specify the nodes of the AST when you...
Wisam Yacteen
wyacteen@...
Send Email
Oct 5, 2004
4:40 pm
726
Hi, um, this has the potential to be an embarassing question. I got the parsar builder to make me a nice simple language, and used the templates in it to make...
razor31415
Offline Send Email
Oct 5, 2004
10:51 pm
727
Hi! I am trying to get the grammar for the following syntax.. case m_Stat of DISP_A : bdis(bdiscrl, FALSE) DISP_B : bdis(bdiscrl, TRUE) DISP_C :...
venkateshp_2004
Offline Send Email
Oct 6, 2004
4:15 pm
728
I did not have problems to compile the grammar which you posted. Most probably you have some other rules where sequence ID ':' means something else. Vlad...
Vladimir Morozov
vmorozov72
Offline Send Email
Oct 7, 2004
12:03 pm
729
I have modified the VB.net grammar available on the GOLD website, and can not get it to work, (could be due to my modifications). a=b-3 will give a parse...
ejames2
Offline
Oct 7, 2004
4:31 pm
730
... Different implementations of the Engine vary - depending on the programming language or different design criteria used by the Engine Developer. Typically,...
Devin Cook
devindcook
Offline Send Email
Oct 7, 2004
7:24 pm
731
There are no embarassing questions ... only embarassing answers! :-) Are you using Visual C++ or Visual Basic with the DLL? If so, you add the Engine by adding...
Devin Cook
devindcook
Offline Send Email
Oct 7, 2004
7:24 pm
732
... Now I have got to add that to my quote database...hehehehe... You forgot a well known fact however. What of Embarassing inlaws ? ;-)...
stephanerichard
Offline Send Email
Oct 8, 2004
3:11 am
733
Hello, Has anybody experienced parsing shell languages (CSHELL, KSHELL, .. under Unix, .BAT, VbScript, .. under Windows) with GOLD ? Laurent....
blanquet123
blanquet123@...
Send Email
Oct 8, 2004
5:41 am
734
I can't seem to get my grammar to do this, is there an easy way to do this that I'm overlooking? ... From: blanquet123 [mailto:blanquet123@...] Sent: Fri...
Maassen, H.A.M.
H.A.M.Maassen@...
Send Email
Oct 8, 2004
11:59 am
735
... By the way, apologies for quoting an unrelated message in my original post, forgot to erase it :) The question relates to the topic (ignoring the text...
Maassen, H.A.M.
H.A.M.Maassen@...
Send Email
Oct 8, 2004
1:05 pm
736
The issue is because IntLiteral includes Unary Minus. So, in case a=b-3 parser sees -3 as a token. I think if you simply remove [-] from IntLiteral definition...
Vladimir Morozov
vmorozov72
Offline Send Email
Oct 8, 2004
2:10 pm
737
Do you mean text after the End of File is reached?...
Devin Cook
devindcook
Offline Send Email
Oct 8, 2004
3:38 pm
738
LOL!!...
Devin Cook
devindcook
Offline Send Email
Oct 8, 2004
3:38 pm
739
I looked at the grammar and totally missed that! Thank you....
Devin Cook
devindcook
Offline Send Email
Oct 8, 2004
3:38 pm
740
... Program MyProgram Begin DoStuff End. this will be ignored ... Je vous prie d'agréer, madame, monsieur, l'expression de mes sentiments distingués, Harald...
Maassen, H.A.M.
H.A.M.Maassen@...
Send Email
Oct 8, 2004
3:52 pm
741
Hi, Im Leonel, my english is not good, but I'll try to make it simple. Where can I get examples (Delphi 5) about implementations of the result of the parser? ...
leolanterna
Offline Send Email
Oct 9, 2004
7:44 pm
742
Hi..! I am using Mattew Hawkins java engine. I could get the parse tree for the lingo grammar. I wanted to generate PEARL code from that.I do have a no info...
venkateshp_2004
Offline Send Email
Oct 11, 2004
5:40 pm
Messages 712 - 742 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