Line Number Mapping
During the parsing process, we can extract the mapping between
The byte code instruction's index
The byte code's line number in original
.bc0file.
This information is also stored in the comment field of the C0Function object.
Last updated