This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython
kopia lustrzana
https://github.com/micropython/micropython
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
c42e4b6c53
micropython
/
py
/
repl.h
4 wiersze
92 B
C
Czysty
Zwykły widok
Historia
Unescape
Escape
Factor and simplify Makefile's and mpconfig.
2014-01-07 14:54:15 +00: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 11:04:29 +00:00
bool
mp_repl_continue_with_input
(
const
char
*
input
)
;
Factor and simplify Makefile's and mpconfig.
2014-01-07 14:54:15 +00:00
#
endif