remy / txt2bas

ZX Spectrum BASIC conversion tooling (specific support for NextBASIC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This should cause a validation fail

remy opened this issue ยท comments

REPEAT UNTIL %(c=13) AND %(j > 8)

Should be:

REPEAT UNTIL %(c=13) AND (j > 8)

๐ŸŽ‰ This issue has been resolved in version 1.16.6 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€