mattgodbolt / owlet-editor

A modern BBC BASIC editor inspired by the BBC Micro Bot (https://bbcmicrobot.com)
https://bbcmic.ro
54 stars 4 forks source link

Improve detokenise of DATA and REM #79

Closed ojwb closed 2 years ago

ojwb commented 3 years ago

Detokenising already avoids expanding tokens after a DATA or REM but only if the DATA or REM token is tokenised.

Now we check for untokenised versions (including abbreviated forms of DATA).

Fixes #77

ojwb commented 2 years ago

Please let me know if there's anything further needed to get this merged.