Closed davidbrochart closed 3 years ago
We should have a mapping of original code to transformed code, in terms of line numbers, in order to make traceback generation easier. Right it is kind of hacky.
I think this is now handled automatically by using AST to transform code (#11).
We should have a mapping of original code to transformed code, in terms of line numbers, in order to make traceback generation easier. Right it is kind of hacky.