Skip to content

Releases: remy/txt2bas

v1.22.3

20 Apr 13:35

Choose a tag to compare

1.22.3 (2025-04-20)

Bug Fixes

  • only swap in #keyword if defined (c10d23e)
  • PRIVATE CLEAR (1037e33)
  • validation on nested INT expression (1792552)

v1.22.2

09 Jul 18:51

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

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

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

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

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

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

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

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

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)