-
hey, i was looking for an option to get il code back from ilast? is it possible? |
Beta Was this translation helpful? Give feedback.
Answered by
dgrunwald
Mar 11, 2024
Replies: 1 comment
-
No; there's currently no ILAst-to-IL compiler. You would need additional transforms in the opposite direction to lower high-level constructs (e.g. async/await) back to IL code; and then somehow connect the ILAst to an assembly-writing library. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
0x410c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No; there's currently no ILAst-to-IL compiler.
You would need additional transforms in the opposite direction to lower high-level constructs (e.g. async/await) back to IL code; and then somehow connect the ILAst to an assembly-writing library.