... I've thought about doing that with the template features we have now. But it's tricky. As soon as you change your grammar you have to re-do the template...
Well, the tokenizer and parser are very closely tied together. In particular, they both use the same Symbol Table. Any system where, the two were completely...
Hi friends; Homesite of LUDO Scripting Engine is updated a bit. There were some minor issues to be fixed especially about version numbering; these issues has...
When I responded to "The Greatest App Ever" I was neither joking nor smoking anything. I disagree with "On the other issue, we could... a single approach is ...
Devin; Actually the version at yazilim atolyesi web site is an updated version. Besides a new major improvment is on the way. Therefore may be you shall...
I'm having a little problem with this otherwise awesome tool. The application i'm developing requires me to allow parsing for a rule which is not the starting...
carabosske
carabosske@...
Feb 7, 2005 2:32 pm
1040
If you know what rule you're parsing for each case, you could have a second grammar that has a different start rule. Or, I'd think you could define a new start...
J. Merrill has several good suggestions. As far as the Klimstra engine is concerned, the engine didn't allow you to touch the starting rule. In some of my...
... a second grammar that has a different start rule. This is precisely what i am trying to avoid =) ... the OR of the multiple possible start rules. ... I...
carabosske
carabosske@...
Feb 7, 2005 7:48 pm
1043
... some ... I had a rather quick look to the source code and was thinking along the same lines as you are... My idea was to add an overloaded constructor...
carabosske
carabosske@...
Feb 7, 2005 8:24 pm
1044
... I hadn't noticed the startSymbol... I'd have to relook at the source. I've only dealt with these sort of internals because I was drawing state maps (with...
... Why do you want to set the startSymbol programmatically if you can make a start rule that contains the rules OR'ed that you are interested in? ... Why are...
Robert2275
rvl@...
Feb 9, 2005 9:39 am
1046
One of the reasons I want to set a startsymbol programmatically is the following. In the language we parse, we have kind of the notion of macro's. We support...
bert.robben@...
Feb 9, 2005 10:51 am
1047
... Okay thanks for the example. That explains it. Well... I will look into it this evening to see if I can implement is....
Robert2275
rvl@...
Feb 9, 2005 12:20 pm
1048
Why not handle macros after parse-time? After a program is parsed, you can generate a list of variable, functions, etc.... Why not a list of macros? When the...
... An LALR state does not relate to a given symbol. A symbol might relate to several lalr states. I have no problem to set the start state using it's id, but...
Robert2275
rvl@...
Feb 9, 2005 7:37 pm
1050
Hi All, I've been trying to follow the threads and documentation on the GOLD Parser site... but I feel like I'm missing that magical "ahhhhh, gotcha now"...
bbrevens
bbrevens@...
Feb 9, 2005 10:59 pm
1051
The time at which I parse the macro's is in fact not important. The problem remains. The macro's I want to parse are subexpressions, represented by different...
bert.robben@...
Feb 10, 2005 8:24 am
1052
Hi, Yazilim Atolyesi is proud to present the new version of LUDO Scripting Engine. You can download LUDO at: http://www.yazilimatolyesi.com/?page=download With...
Excellent. I will update the site sometime today....
Devin Cook
GOLD-Admin@...
Feb 10, 2005 4:47 pm
1054
Finally I finished the new version of the Calitha GOLD Parser Engine. It took me a bit longer than anticipated, mainly due to the World of Warcraft beta event...
Robert2275
rvl@...
Feb 11, 2005 4:05 pm
1055
This looks outstanding - your TextCalculator example helped immensely to bring your engine usage together! Thank you!! One quick question for you however - any...
bbrevens
bbrevens@...
Feb 11, 2005 9:12 pm
1056
... Oops. I forgot to add it. They are now part of the source download (res dir in the TextCalculator)....
Robert2275
rvl@...
Feb 11, 2005 9:28 pm
1057
The devils in the semantics. In the absence of other replies to our questions, I think the two new releases for LUDO and Calitha should help. And...
First off, sorry about the delay. ... You are right. There a quite a few case statements for a large grammar such as SQL. Different implementations of the...
Devin Cook
GOLD-Admin@...
Feb 12, 2005 12:28 am
1059
... Don't worry about it! There have been a huge number of delays in the Builder - mainly due to Baldur's Gate 2! :-) ... I will include the templates in the...
Devin Cook
GOLD-Admin@...
Feb 12, 2005 12:28 am
1060
Hello everyone, I updated the website yesterday with two updated implementations of the Engine. 1. A new version of the Calitha Engine was released ...
I'm going to be releasing an updated version of the Builder in the next couple of days - mainly to fix two bugs in the Create Skeleton Program utility. ...
Devin Cook
GOLD-Admin@...
Feb 14, 2005 5:03 am
1062
... The online documentation link doesn't work :)...