This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
Release 0.2.4
- Fixed the problem of functions with
*args
or**kwargs
missing arguments. - Support for
bgl
module's function variant expressions (e.g. "B{func1, func2}"). - Added support for "iterable of T" type expression.
- Added support for "pair of T" type expression.
- Now it recognises most of matrix related expressions (e.g. "4x4 matrix [[float]]").