mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-20 12:35:34 -04:00

Byte code has a map from byte-code offset to source-code line number, used to give better error messages.
2 lines
73 B
C
2 lines
73 B
C
mp_obj_t mp_compile(mp_parse_node_t pn, qstr source_file, bool is_repl);
|