This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bd17e1b3ae
circuitpython
/
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 18:24:36 -05:00
mp_obj_t
mp_compile
(
mp_parse_node_t
pn
,
qstr
source_file
,
bool
is_repl
)
;