remy / vscode-nextbasic

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

PEEK$ is not recognised #15

Closed kounch closed 4 years ago

kounch commented 4 years ago

PEEK$ is misunderstood as an hex number.

peek$

remy commented 4 years ago

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.

kounch commented 4 years ago

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

Thanks

remy commented 4 years ago

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!)