8bitkick / BBCMicroBot

Runs your toot on an 8-bit computer emulator
GNU General Public License v3.0
110 stars 8 forks source link

Handle exception from tokeniser #28

Closed ojwb closed 4 years ago

ojwb commented 4 years ago

The tokeniser will throw an exception if an input line is too long after tokenising - we need to handle this so the client process doesn't exit.

Closes #27