autowrap v0.0.1 - Automatically wrap existing D code for use in Python and Excel

Nikos nikoskaragiannakis at gmail.com
Sun Jun 24 22:11:58 UTC 2018


>
> Eg turn this into a function and try wrapping this instead:
>
>     auto intp = interpreter(dmdEngine());

Thanks for your help. I'm doing this in my spare time which is, 
unfortunately, not much.
I did what you said

> export {
>     auto intp = interpreter(echoEngine);
> }


but when I import drepl from python idle I still can access intp.




More information about the Digitalmars-d-announce mailing list