On 6/23/09 7:47 PM, Daniel Rogers wrote:

> So, speaking of language bindings, the ability to create directories
> would be useful.  Would anyone object if I added a mkdir style
> function?   Also, how does one identify the linkage type from within

I suspect that it would be more productive to add a generic system()
function rather than mkdir and whatever else people need.

system(['mkdir', '/path/foo/bar']);

> dehydra.c (as in extern "C" { ...)?  Those two bits (and the patch) are
> the last pieces I need to finish my automatic C/C++ -> Java language
> binding generator.

I don't think that's exposed through dehydra, although it's likely you can
reach it via treehydra somehow... you probably need to read cp-tree.h to
find the correct macro and translate that into JS.

--BDS

_______________________________________________
dev-static-analysis mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-static-analysis

Reply via email to