Skip to content
  • Damien George's avatar
    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