Release Notes
0.3.0 (2026-03-06)
Features
- Add support for loops, cast, print, datatypes, etc (#31) (3b9b27a)
- syntax: Support for Docstring syntax (#29) (2bb1f8b)
0.2.0 (2025-08-07)
Bug Fixes
Features
- Add support for blocks of nodes (#6) (1fd099f)
- Move the AST output to YAML format (#7) (6a8e10f)
- Support multiple input files (#8) (ad31064)
- Use ASTx and IRx as core libraries for AST and code generation (#14) (b730859)
0.1.1 (2023-06-26)
Bug Fixes
- Change package name to arxlang (#2) (e30c937)
- Fix semantic release configuration (#5) (78ca1df)
- Fix the documentation issues (#3) (9ec65a3)
- Fix the semantic release workflow (#4) (b5fb75c)