mhaupt / basicode

a BASICODE interpreter written in Java
MIT License
2 stars 1 forks source link

recognise junk data at the end of source files #16

Open mhaupt opened 8 months ago

mhaupt commented 8 months ago

Parser robustness enhancement: sometimes, source files will contain junk data at the end of the BASICODE source code. The parser could recognise this and, instead of throwing an exception, ask the user to tidy up the file.