tsi
tsi copied to clipboard
REPL needs a way to break out of input
When typing an extra '}' or not closing off properly, tsi gets into a loop of expecting input that I can't figure out what it is looking for. Other REPLs use '.' as a terminating character when on a line by itself, then the error message is displayed and input is reset.