I am using the Java engine. Doesn't look like that event is implemented there. I guess I'll try to fix it myself and submit the fix... ... [Non-text portions...
I am trying to test the ANSI C grammer and i get an error when i try any loops(for or while) or any if else statements. I also tryed it with the Java grammer...
Are you sure having a comment handler is enough? Maybe I am wrong, but I don't see how you can reinsert the comments in a reliable way. The reduce events can...
Robert2275
rvl@...
Sep 1, 2005 5:10 pm
1752
Without trying, looks like you're right, but in any case, implementing this message in Java engine is trivial (I've done it already) and maybe someone wants...
Dear All, I have discovered that there are two ways in which one can get into some new technology, especially in case of computers and related tech. One way is...
Calitha Engine has a sample caculator. Download the C# - Calitha .NET Engine by Robert van Loenhout from http://www.devincook.com/goldparser/engine/dot-net.htm...
larmaqau
larmaqau@...
Sep 2, 2005 3:27 pm
1757
... Most (and I haven't worked with MSIL long enough to tell you if it is any different) Assembly language grammars are not meant for parsing in a tool like...
... implementing this ... Yes, you are right about that. And I will implement this comment event in my Caltiha engine too. Never thought about someone needing...
Robert2275
rvl@...
Sep 3, 2005 9:12 am
1761
Hello everyone, I just uploaded version 3.0 of the GOLD Builder. The new version contains a large number of changes designed to make creating languages a...
file name:graphviz.grm I would like to write the codes which I did not understand. If anyone has some time to help me out I would really appreaciate that. 1)...
... First off, thank you for the compliment. I, however, and no god. ... although I am typically a level 10 neutral-good wizard... :-) ... All grammars...
Devin Cook
GOLD-Admin@...
Sep 4, 2005 7:03 pm
1764
... What exactly is happening? Does this happen in the Grammar Test window in the Builder, or is this occurring in an Engine? ... I don't know. Sorry....
Devin Cook
GOLD-Admin@...
Sep 4, 2005 7:29 pm
1765
When I load the C grammer into the gold parser builder, then run the test grammer, it only reads the first token, then throws an error saying "Parser error:...
If I remember correctly, the ANSI C grammar does not support declaring variables within the for-loop header. As a result, when it reads the "int", a syntax...
Devin Cook
GOLD-Admin@...
Sep 5, 2005 5:43 am
1768
This still occurs with or with out the variable declaration inside the loop. thanks Geddy ... ______________________________________________________ Click here...
Today I found out about OpenC++ / OpenJava and I was impressed by the ease that C++ can be extended with new concepts. I thought that something similar can be...
Okay. I took a closer look. The reason the loop is causing a syntax error is that the grammar only allows statements within function definitions. The following...
Devin Cook
GOLD-Admin@...
Sep 5, 2005 7:13 pm
1775
I prepared beta version of the new engine along with VBScript parser example. It can be downloaded from: ...
Hi Devin! I'm a new user of GOLD and I would like to congratulate you about the great job you made. It is really a dream that becames true. I think that...
Something is wrong with the setup program of 3.0, because the data execution prevention of my athlon64 gives red alert. That wasn't the case in the previous...
... Could you elaborate on your question? What exactly do you mean with Gold parser for example? Is that the Gold builder program? Or one of the engines you...
Robert2275
rvl@...
Sep 11, 2005 8:57 pm
1783
... Hmm probably replied to some old post. I hate that Yahoo keeps reversing my date sorting....
Robert2275
rvl@...
Sep 11, 2005 9:03 pm
1784
New version of C# Engine 2.0 is released. It can be downloaded from http://www.notebar.com . Source code of the engine includes autogenerated documentation and...
That's really odd. I used the same installation software that I used in the last version. I uploaded a zip containing just the core files - it might work on...
Devin Cook
GOLD-Admin@...
Sep 12, 2005 1:45 pm
1786
Thank you. :) - Devin...
Devin Cook
GOLD-Admin@...
Sep 12, 2005 1:54 pm
1790
The Gold Parser looks like a dream : · very intelligent product specification · suitability for many type of parsing, as demonstrated by the availability of...
Hello! I'm a beginner and I obviously haven't got the knowledge to create a grammar! Suggestion on what to read would be nice! I almost always get the DFA...
I don't quite realise what context-free means... Is a pascal unit context-free? I.e. the source file is logically structured into "interface" and...
Yury
ybxsoft@...
Sep 18, 2005 10:35 am
1795
If you don't THINK you understand what context free is, please refer to http://planetmath.org/encyclopedia/ContextFreeLanguage.html It will help you making...