Skip to content

Release Notes


0.15.0 (2024-09-14)

Features

  • Add Support for Float Datatypes (float16, float32, float64) (#86) (2e48959)

0.14.0 (2024-09-09)

Features

  • Add support for int128 (#76) (9dfe465)
  • Add support for Unsigned Integers datatypes uint8, uint16, unit32, uint64, uint 128 (#81) (5a72f95)

0.13.2 (2024-07-26)

Bug Fixes

  • Fix FOR-LOOPs AST structure output (#72) (8cbb104)

0.13.1 (2024-07-26)

Bug Fixes

  • Fix graphviz diagram (#68) (97fb871)
  • Fix IF and FUNCTION-CALL AST struct representation (#71) (87fffbe)

0.13.0 (2024-06-03)

Bug Fixes

  • set ReprStruct as ast data type in funcs (#66) (5ac2e73)

Features

  • add ascii repr in the console (#52) (71a9039)
  • Improve FunctionCall and add support for While AST statement (#65) (c4adea5)

0.12.3 (2024-05-02)

Bug Fixes

  • Test coverage for more than 95% of the code and fix general issues (#64) (13d5d3c)

0.12.2 (2024-05-02)

Bug Fixes

  • Support subscripting to get nodes by index (#63) (102bf75)

0.12.1 (2024-05-02)

Bug Fixes

  • Fix the usage of Function Arguments (#62) (6c78b66)

0.12.0 (2024-04-28)

Features

  • Add initial support for context (parent node) (#61) (f1200a7)

0.11.0 (2024-04-21)

Features

  • Add AST for Program, Package, and Target (#58) (87865a8)

0.10.0 (2024-04-19)

Bug Fixes

Features

  • Add structure for the output from asciinet approach (#55) (f66beb5)

0.9.1 (2024-03-23)

Bug Fixes

  • docs: Fix contributing guide and getting started tutorial (#53) (e51d83f)

0.9.0 (2024-03-06)

Features

  • create LiteralBoolean class (#51) (5b84b04)
  • Improve DataTypeOp and add Tutorial about For Loops (#29) (195c57b)
  • Improve Function classes and add a tutorial about that (#27) (f8608d5)
  • Improve Variables classes (#26) (d981f88)

0.8.0 (2024-01-08)

Features

  • Add new data types for LiteralInt8, LiteralInt16, LiteralIn64 (#24) (40230ec)

0.7.1 (2023-12-05)

Bug Fixes

0.7.0 (2023-12-05)

Features

  • Add ref attribute to the Expr class (#18) (60b9b0e)

0.6.0 (2023-09-07)

Features

  • Add options for the graph visualization objects shape (#16) (93f6ebd)

0.5.1 (2023-09-07)

Bug Fixes

0.5.0 (2023-09-06)

Features

  • Add initial support for jupyter display with graphviz (#14) (35a8c98)

0.4.0 (2023-09-05)

Features

  • Represent the ASTx in yaml and json formats (#13) (26d22af)

0.3.3 (2023-08-30)

Bug Fixes

  • config: Fix configuration and improve documentation (#12) (fbb8898)

0.3.2 (2023-08-22)

Bug Fixes

  • Fix logo in the documentation and fix configuration files style. (#11) (8552e08)

0.3.1 (2023-08-22)

Bug Fixes

  • fix documentation release workflow (#10) (6cfb9a6)

0.3.0 (2023-08-22)

Bug Fixes

  • Fix the current linter configuration and the dependencies' pinning (#9) (d310511)

Features

  • Add support for ForRangeLoop and ForCountLoop (#7) (bb77de1)

0.2.1 (2023-08-07)

Bug Fixes

  • Refactor Control flow classes and improve Documentation (#6) (4013398)

0.2.0 (2023-08-07)

Bug Fixes

Features