I agree with that ! Gaël Faure. Paris, FRANCE ... De : srbstar [mailto:srbstar@...] Envoyé : vendredi 1 octobre 2004 04:49 À :...
FAURE, Gaël
gafaure@...
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...
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...
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...
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...
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, 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...
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...
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...
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...
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 ...
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@...
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...
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...
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...
... Different implementations of the Engine vary - depending on the programming language or different design criteria used by the Engine Developer. Typically,...
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...
Hello, Has anybody experienced parsing shell languages (CSHELL, KSHELL, .. under Unix, .BAT, VbScript, .. under Windows) with GOLD ? Laurent....
blanquet123
blanquet123@...
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@...
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@...
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...
... 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@...
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? ...
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...