Skip to content

Releases: arxlang/astx

0.23.1

20 Aug 03:00

Choose a tag to compare

0.23.1 (2025-08-20)

Bug Fixes

0.23.0

13 Aug 05:33

Choose a tag to compare

0.23.0 (2025-08-13)

Features

  • Replace graphviz and asciinet by mermaid and mermaid-ascii (#283) (324d4ac)

0.22.1

07 Aug 18:33

Choose a tag to compare

0.22.1 (2025-08-07)

Bug Fixes

  • Allow the usage of string as function name with FunctionCall (#281) (5ce85dd)

0.22.0

06 Aug 17:03

Choose a tag to compare

0.22.0 (2025-08-06)

Bug Fixes

  • Add reference to NoneType in the astx scope (#280) (95011da)

Features

  • Add basic ASTX to python transpiler (#278) (f5bb717)
  • add Starred operator implementation with tests (#275) (41c2610)
  • Add the support for ellipse (#267) (fb2c49f)
  • transpiler: implement Python AST node support with basic tests (#279) (9a9ce00)

0.21.1

14 Apr 00:39

Choose a tag to compare

0.21.1 (2025-04-14)

Bug Fixes

0.21.0

14 Apr 00:07

Choose a tag to compare

0.21.0 (2025-04-14)

Bug Fixes

  • Fix Comprehension (#243) (0fc8192)
  • Fix Comprehension and ComprehensionClause (#247) (77c6d8c)
  • fix GeneratorExp class to inherit from comprehension class (#244) (94456ac)

Features

0.20.0

27 Mar 15:56

Choose a tag to compare

0.20.0 (2025-03-27)

Bug Fixes

Features

  • Add support for Comprehension (#225) (81ad947)
  • Add support for DeleteStmt (#224) (806d402)
  • compare: Add support for comparison operators (0d0e859)

0.19.0

18 Mar 02:36

Choose a tag to compare

0.19.0 (2025-03-18)

Features

  • Add augmented assignment feature (#208) (4b5158e)
  • Add support for AsyncFor (#211) (e384edc)
  • Add support for YieldFromExpr (#206) (1a37027)
  • Add Support for collection datatypes (#186) (dce0e1f)
  • context-manager: add context manager module, tests, and update base.py (#183) (2cd4a91)
  • create AwaitExpr and FunctionAsyncDef (#184) (51739ae)

0.18.2

26 Feb 02:58

Choose a tag to compare

0.18.2 (2025-02-26)

Bug Fixes

0.18.1

26 Feb 02:22

Choose a tag to compare

0.18.1 (2025-02-26)

Bug Fixes