This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
33bdd2119d
micropython
/
py
/
compile.h
2 lines
73 B
C
Raw
Normal View
History
Unescape
Escape
Add source file name and line number to error messages. Byte code has a map from byte-code offset to source-code line number, used to give better error messages.
2014-01-18 23:24:36 +00:00
mp_obj_t
mp_compile
(
mp_parse_node_t
pn
,
qstr
source_file
,
bool
is_repl
)
;