remy / vscode-nextbasic

VS Code tools for NextBASIC

Home Page:https://marketplace.visualstudio.com/items?itemName=remysharp.nextbasic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PEEK$ is not recognised

kounch opened this issue · comments

PEEK$ is misunderstood as an hex number.

peek$

If you're poking around, then ignore this - but if the validation is getting in the way (with invalid errors), you can disable it in the extension settings.

I have been ignoring it for some time know, but thought that it would be good to tell you, just in case.

Thanks

Yeah, please do drop any validation errors you see my way. I think I've bitten off more than I wanted to chew trying to replicate NextBASIC's parsing algo for validation and error hinting (the int parsing is super tricky…for me!)