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
1e935d8689
circuitpython
/
py
/
repl.h
4 lines
92 B
C
Raw
Normal View
History
Unescape
Escape
Factor and simplify Makefile's and mpconfig.
2014-01-07 09:54:15 -05:00
#
if MICROPY_ENABLE_REPL_HELPERS
Improve REPL detecting when input needs to continue. Full CPython compatibility with this requires actually parsing the input so far collected, and if it fails parsing due to lack of tokens, then continue collecting input. It's not worth doing it this way. Not having compatibility at this level does not hurt the goals of Micro Python.
2014-04-08 07:04:29 -04:00
bool
mp_repl_continue_with_input
(
const
char
*
input
)
;
Factor and simplify Makefile's and mpconfig.
2014-01-07 09:54:15 -05:00
#
endif