remy / vscode-nextbasic

VS Code tools for NextBASIC
https://marketplace.visualstudio.com/items?itemName=remysharp.nextbasic
8 stars 2 forks source link

10 PRINT AT %1,%29;%840/PEEK 23672 #52

Closed NealeTools closed 3 months ago

NealeTools commented 4 months ago

v1.11.4 (and also in prior versions) 10 PRINT AT %1,%29;%840/PEEK 23672 The % before 840 leads to NONSENSE in BASIC. Remove the % and it is parsed OK. (I added this to another issue, but I think it was not picked up).

remy commented 4 months ago

These are parsing bugs in my code in the remy/txt2bas repo.

Cheers for testing and finding these (it's unrelated to the POINT issue you found before, which was to do with the ; in the statement).

NealeTools commented 3 months ago

This appears fixed in v1.11.6 - thanks! 👍