Libraries for converting Expr to executable julia codes?

I’m trying to lift some uses of macro libraries into develop-only time, in which I have to generate julia codes from Expr.
It’s okay even if the conversion is incomplete, I have methods to handle them if some Expr cannot be converted.

1 Like