remy / vscode-nextbasic

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

Space between number and int expression errors #36

Closed remy closed 7 months ago

remy commented 3 years ago

See code:

$ echo "30  %q=9" | txt2bas -t

Integer expression should be the start of an argument, "%" at: 5:6#1
> 30  %q=9
      ^
remy commented 7 months ago

Seems to be fixed…