adsharma/pylib-zig
Python style libs for zig to assist transpilation
Zig as a language likes to keep things explicit (e.g. allocators). This makes transpilers more complex since one line of python explodes into many lines of zig.
Try a library approach so we keep the expansion minimal
To build the library, you need to have Zig installed (version 0.11.0 or later).
# Clone the repository
git clone https://github.com/your-username/pylib-zig.git
cd pylib-zig
# Build the library
zig build
# Run tests
zig build test
Or use the provided build script:
./build.sh
This project uses GitHub Actions for continuous integration. The CI pipeline: