struct2ts icon indicating copy to clipboard operation
struct2ts copied to clipboard

Use ast instead of reflection.

Open OneOfOne opened this issue 6 years ago • 2 comments

OneOfOne avatar May 15 '18 02:05 OneOfOne

Is there any update for this issue? Using reflection is a bit slow for me. If nobody handles it, I can try it.

BTW, does this project need to add test cases?

muzea avatar Jan 19 '20 08:01 muzea

I think this would conflict with my latest PR. Using the AST removes the ability to manipulate functions and has some more cases where it could fall over such as when you include structures from other packages.

arran4 avatar Mar 14 '20 03:03 arran4