COMMUNITY

Join the Community

Be a part of Hüma. Shape the roadmap, report bugs, and contribute code. Together, we can build better native performance development tools.

How to Get Involved?

Contributing Guide

Contributing to the Hüma compiler is straightforward. You can clone the project, build it locally, and start working on your own additions immediately.

01Fork & Clone
git clone https://github.com/VastSea0/huma-lang
cd huma-lang
02Build from Source
cargo build --release
./target/release/huma --version
03Run Tests
cargo test
# veya belirli bir .huma dosyası çalıştırın:
./target/release/huma calistir tests/basic.huma
04Open a Pull Request
git checkout -b feat/my-feature
git commit -m "feat: add my feature"
git push origin feat/my-feature

Like the Project?

Support us by starring the repository on GitHub or forking it to build your own version.