remy / txt2bas

ZX Spectrum BASIC conversion tooling (specific support for NextBASIC)
19 stars 0 forks source link

Support new number types without % int #42

Closed remy closed 6 months ago

remy commented 6 months ago

$, @, etc are available for non-int numbers, so the validation shouldn't fail.

They also support fractions:

1>>1 gives 0.5
BIN 1.1 is the same as 1.5 (decimal)
@10.01 is the same as 2.25 (decimal)
$64.c is the same as 100.75 (decimal)
github-actions[bot] commented 6 months ago

:tada: This issue has been resolved in version 1.20.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: