0.16.0
0.16.0 (2024-11-27)
Bug Fixes
- Add missing typechecked (#126) (031de47)
- change args type in FunctionCall class (#140) (89feb55)
- Improve the usage of typechecked (#127) (97fb87c)
Features
ImportExpr
andImportFromExpr
(#122) (7785ba7)- add
IfExpr
class (#143) (4301e2a) - add ForCountLoopExpr class (#141) (0bdebdd)
- Add Python Transpiler (#115) (225f398)
- Add support for char and string (#125) (7b8f52d)
- Add support for complex32 and complex64 (#124) (d9df755)
- Add support for date, time, datetime, timestamp (#146) (e5ffb9b)
- Add support for ForRangeLoopExpr (#133) (5fb1805)
- Add support for LambdaExpr (#123) (3ec145f)
- Add support for WhileExpr class (#142) (e94ca1a)
- Add support to
Import
, andImportFrom
statement andAlias
expression (#118) (617f506) - add TypeCastExpr class (#130) (3a18439)
- Implement runtime type checking with typeguard (#119) (b03014e)
- transpiler: Add support for bool operators (#137) (18a0e2f)