Skip to content

Releases: remy/txt2bas

v1.22.2

09 Jul 18:51
Compare
Choose a tag to compare

1.22.2 (2024-07-09)

Bug Fixes

  • bank import - not sure how it worked before! (02ec3c4)
  • clipped import of banks (1ea61ba)

v1.22.1

12 Jun 21:21
Compare
Choose a tag to compare

1.22.1 (2024-06-12)

Bug Fixes

  • more logic around int parsing (b7f5d4e)
  • reset int on ELSE IF (93b2d27)

v1.22.0

12 Jun 17:45
Compare
Choose a tag to compare

1.22.0 (2024-06-12)

Bug Fixes

  • CODE can be used as an int function (1960b07), closes #46

Features

  • restructure of int handling (533f734)

v1.21.4

18 Apr 17:04
Compare
Choose a tag to compare

1.21.4 (2024-04-18)

Bug Fixes

  • if int sig call, keep in int mode (445bc12)
  • support for @ labels (04a7a22), closes #55

v1.21.3

28 Mar 13:44
Compare
Choose a tag to compare

1.21.3 (2024-03-28)

Bug Fixes

  • missed + in math opcodes (4f0199c)

v1.21.2

25 Mar 09:12
Compare
Choose a tag to compare

1.21.2 (2024-03-25)

Bug Fixes

  • parsing error if operation in PRINT statement (28f4ccc)

v1.21.1

19 Mar 23:33
Compare
Choose a tag to compare

1.21.1 (2024-03-19)

Bug Fixes

  • correctly expose module version (21a8445)

v1.21.0

18 Mar 11:58
Compare
Choose a tag to compare

1.21.0 (2024-03-18)

Features

  • add support to define the parser version (7af5ba2)

v1.20.1

18 Mar 09:34
Compare
Choose a tag to compare

1.20.1 (2024-03-18)

Bug Fixes

  • don't renumber when stripping comments (e76cc20)
  • rework logic order around detecting int expressions (e138765)

v1.20.0

13 Mar 10:46
894698e
Compare
Choose a tag to compare

1.20.0 (2024-03-13)

Bug Fixes

  • add support for ? symbol (1f5fb8d)
  • greedy slurp on comparators (8e6fa36), closes #43
  • validation - allow THEN ELSE (d7e1e36)
  • validation support floats in binary + hex (7360994)

Features

  • support for non-int binary + hex floats (e44d93d), closes #42
  • support string modifiers, such as [<+->] (9cf3112)