From: Stefan S. <sse...@ar...> - 2004-10-20 21:09:17
|
> From: SF Markus Elfring [mailto:el...@us...] > Sent: October 20, 2004 16:50 > I hope that the accessibility can be enhanced by an interface > that will be similar to the Keystone-"Inspector Clouseau API". > I am not sure when it would become too "heavy". I think the key requirement should be to keep the underlaying data representation, i.e. instead of copying data out of the buffer / parse tree the AST should be a true superstructure. If it was not, you couldn't manually modify the AST and regenerate source code from it as is possible with the PTree API. Regards, Stefan |