Skip to content
Snippets Groups Projects
  • Damien George's avatar
    97790455
    Improve REPL detecting when input needs to continue. · 97790455
    Damien George authored
    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.
    97790455
    History
    Improve REPL detecting when input needs to continue.
    Damien George authored
    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.