97790455fe
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.
4 lines
92 B
C
4 lines
92 B
C
#if MICROPY_ENABLE_REPL_HELPERS
|
|
bool mp_repl_continue_with_input(const char *input);
|
|
#endif
|