It seems that Java has been studied a lot and CLR a little, but I found this excellent reference. ... and read "A Translation-Facilitated Comparison between...
... Not so. A correct statement is "it is undecidable in general whether two given context free grammars recognize the same language." That is, you cannot...
Carlos Christensen
christensenc@...
May 2, 2005 6:05 am
1361
... <christensenc@a...> wrote: [...] ... whether ... is, ... Please, dont nitpick. I already stated in the preamble, that I am talking on conflict resolution...
Well...In path finder papper, ... what is Promela means...???? Just curious... -venki. ... find ... computer ... computer ... and ... John ... benefit...
At 03:22 AM 5/2/2005, svv1999 wrote (in part) ... Sorry not to have kept track. Where is "your links section"? J. Merrill / Analytical Software Corp...
It might be a NASA programming language - such as CLIPS. I'll have to check up on it. NASA creates some pretty ingenious systems. - Devin...
Devin Cook
GOLD-Admin@...
May 2, 2005 5:42 pm
1367
I should have known or at least checked. Its a modeling language PROtocol MEta LAnguage or PROcess MEta Language. It seems to originate from the needs of...
... The point of my response was that, in the case of undecidability, the general statements do not apply every particular situation. Rather those theorems say...
Carlos Christensen
christensenc@...
May 3, 2005 1:10 am
1369
I hadn't know that Yahoo Groups had such a feature! At 11:11 AM 5/2/2005, svv1999 wrote...
J. Merrill
jamesmerrill@...
May 3, 2005 3:05 am
1370
I had completely forgotten about it myself! - Devin...
Devin Cook
GOLD-Admin@...
May 3, 2005 6:41 am
1371
Thanx John and devin ..! As i involved in building traslator.. it is very interseting to talk about it.... For me it dose not seems that it is a nice idea.... ...
Hello everyone, I just uploaded version 2.6.3 of the Builder. This new version contains a number of enhancements that mostly affect the Grammar Test Window,...
... <christensenc@a...> wrote: [...] ... [...] Well, I was talking on a formal defintion of "limited subsets" where you can tell rules to eliminate conflicts,...
... [...] Also this version does not fix the bug when testing grammars, that the state in which the error occurs is not shown. By the way do we need a bug...
The LALR state, which the system is in during a parse error, is displayed. Can you elaborate on the bug? - Devin...
Devin Cook
GOLD-Admin@...
May 3, 2005 7:34 pm
1376
... displayed. ... Its with the grammar you changed already and the input "void main(){}" On the error the wrong state is shown. GOLD was in state 407 before, ...
I see what you mean. Its not techincally a bug as it is a behavioral difference between GOLD and YACC. GOLD only reduces when the next symbol on the queue is...
Devin Cook
GOLD-Admin@...
May 4, 2005 12:56 am
1378
... wrote: [...] ... This is not only confusing. Neither you nor me where able to locate with GOLD the error in the input, that on the error the 'body' token ...
... Are you doing this on purpose? If you don't like the tool, don't use it. If you do and want some help, don't belittle it. Did you really think your comment...
I have a rather simple grammer. I want to now use this grammer to do some work, and I'm having a conceptual problem moving to the next step. Its for a dot net...
... Could you please post the grammar here or to my email? r v l at software-engineer.net I would like to try what happens with my engine....
Robert2275
rvl@...
May 4, 2005 9:05 am
1382
... So did you write the grammar for GOLD yet? And decide which engine implementation you would use?...
Robert2275
rvl@...
May 4, 2005 11:17 am
1383
... do ... do ... Grammer is written and OK. I know what the semantics are, and almost how to implement that side in dotnet. Its joining them up. ie. Which...
... You can do the same thing here. If you use my Calitha engine I could help you if you encounter any problems. It also contains some examples that you might...
Robert2275
rvl@...
May 4, 2005 12:23 pm
1385
If you already have your grammar created then you need just to choose one of the parsing engines. The choice depends on your preferred programming language. ...
Before you pick an engine, I would like to add my 2 cents worth. I started my project working with a modified version of the Klimstra (C#) engine. Now that...
adrian.r.moore@...
May 4, 2005 2:43 pm
1387
Could you make your test input available? Could you tell me which version of the Calitha engine you tested? ... spend a ... seperate ... Running the...