| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| zc-boot.com | 2026-01-25 | 1.2 MB | |
| zc.com | 2026-01-25 | 2.0 MB | |
| README.md | 2026-01-25 | 6.0 kB | |
| v0.1.0 source code.tar.gz | 2026-01-25 | 302.4 kB | |
| v0.1.0 source code.zip | 2026-01-25 | 381.6 kB | |
| Totals: 5 Items | 3.9 MB | 0 | |
What's Changed
- fix incorrect clone URL in README by @4fuu in https://github.com/z-libs/Zen-C/pull/3
- feat: add binary search example by @BretasArthur1 in https://github.com/z-libs/Zen-C/pull/1
- feat: add zig compiler support by @binoculars in https://github.com/z-libs/Zen-C/pull/2
- Add .gitignore file by @thekovic in https://github.com/z-libs/Zen-C/pull/12
- feat: add set type under std dir by @BretasArthur1 in https://github.com/z-libs/Zen-C/pull/14
- 27 : Remove unused label_counter parameter from emit_match_logic by @mmpataki in https://github.com/z-libs/Zen-C/pull/28
- fix(main.c): update the search paths printing function to reflect the actual values by @0x61nas in https://github.com/z-libs/Zen-C/pull/34
- Added a few fixes to [#34] by @Zuhaitz-dev in https://github.com/z-libs/Zen-C/pull/36
- Add nix flake for building and distributing zen-c by @Rucadi in https://github.com/z-libs/Zen-C/pull/25
- Remove unused label_counter parameter from emit_match_logic by @mmpataki in https://github.com/z-libs/Zen-C/pull/37
- Add Nix devshell by @polygonalbones in https://github.com/z-libs/Zen-C/pull/41
- Added union wrapper for type specific AST members. by @Gl1tchs in https://github.com/z-libs/Zen-C/pull/39
- Support for block comments by @melektron in https://github.com/z-libs/Zen-C/pull/44
- Add
--version/-Vflag to zc CLI by @pepedinho in https://github.com/z-libs/Zen-C/pull/49 - feat: add iterative and recursive dfs examples by @BretasArthur1 in https://github.com/z-libs/Zen-C/pull/50
- fix: use relative imports in std.zc by @OEvgeny in https://github.com/z-libs/Zen-C/pull/45
- README: Fix ternary operator example syntax by @thekovic in https://github.com/z-libs/Zen-C/pull/54
- doc: man pages 1,5,7 added by @s3k in https://github.com/z-libs/Zen-C/pull/53
- Initial CI setup by @vitalyster in https://github.com/z-libs/Zen-C/pull/55
- chore: update CI to run on macOS and Ubuntu by @vitalyster in https://github.com/z-libs/Zen-C/pull/57
- added *.so to .gitignore by @davidscholberg in https://github.com/z-libs/Zen-C/pull/58
- fix minor typo in README.md that breaks the markdown layout by @pierrec in https://github.com/z-libs/Zen-C/pull/61
- chore(examples): New example for LUA bindings by @Burnett01 in https://github.com/z-libs/Zen-C/pull/64
- fix the markdown thingie for the type aliases and unions part by @5quirre1 in https://github.com/z-libs/Zen-C/pull/71
- Minimal raylib game example to demonstrate compilation with emscripten by @lamweilun in https://github.com/z-libs/Zen-C/pull/67
- docs(readme): fix input prompt example by @0x61nas in https://github.com/z-libs/Zen-C/pull/72
- cuda benchmark example by @sureshkrishnan-ai in https://github.com/z-libs/Zen-C/pull/78
- chore(gitattributes): Use C syntax highlighting for .zc files in linguist by @Burnett01 in https://github.com/z-libs/Zen-C/pull/80
- Stack and Queue implementation, with unit tests by @lamweilun in https://github.com/z-libs/Zen-C/pull/82
- propagate return code when using zc
runsubcommand on POSIX by @davidscholberg in https://github.com/z-libs/Zen-C/pull/81 - Add length, clear and is_empty methods to Stack and Queue by @lamweilun in https://github.com/z-libs/Zen-C/pull/85
- added append function to vec by @davidscholberg in https://github.com/z-libs/Zen-C/pull/84
- Fix/queue stack memcpy only valid data by @Burnett01 in https://github.com/z-libs/Zen-C/pull/86
- fix: Fix LSP IDs by @ltecheroffical in https://github.com/z-libs/Zen-C/pull/96
- feat: New std library "env" for accessing the process environment by @Burnett01 in https://github.com/z-libs/Zen-C/pull/97
- Fix: Enforce named argument ordering and remove parser redundancy [#99] by @iryuken in https://github.com/z-libs/Zen-C/pull/101
- open_memstream -> tmpfile by @vitalyster in https://github.com/z-libs/Zen-C/pull/108
- fix(parser_expr): lambda block syntax "fn" by @Burnett01 in https://github.com/z-libs/Zen-C/pull/122
New Contributors
- @4fuu made their first contribution in https://github.com/z-libs/Zen-C/pull/3
- @BretasArthur1 made their first contribution in https://github.com/z-libs/Zen-C/pull/1
- @binoculars made their first contribution in https://github.com/z-libs/Zen-C/pull/2
- @thekovic made their first contribution in https://github.com/z-libs/Zen-C/pull/12
- @mmpataki made their first contribution in https://github.com/z-libs/Zen-C/pull/28
- @0x61nas made their first contribution in https://github.com/z-libs/Zen-C/pull/34
- @Zuhaitz-dev made their first contribution in https://github.com/z-libs/Zen-C/pull/36
- @Rucadi made their first contribution in https://github.com/z-libs/Zen-C/pull/25
- @polygonalbones made their first contribution in https://github.com/z-libs/Zen-C/pull/41
- @Gl1tchs made their first contribution in https://github.com/z-libs/Zen-C/pull/39
- @melektron made their first contribution in https://github.com/z-libs/Zen-C/pull/44
- @pepedinho made their first contribution in https://github.com/z-libs/Zen-C/pull/49
- @OEvgeny made their first contribution in https://github.com/z-libs/Zen-C/pull/45
- @s3k made their first contribution in https://github.com/z-libs/Zen-C/pull/53
- @vitalyster made their first contribution in https://github.com/z-libs/Zen-C/pull/55
- @davidscholberg made their first contribution in https://github.com/z-libs/Zen-C/pull/58
- @pierrec made their first contribution in https://github.com/z-libs/Zen-C/pull/61
- @Burnett01 made their first contribution in https://github.com/z-libs/Zen-C/pull/64
- @5quirre1 made their first contribution in https://github.com/z-libs/Zen-C/pull/71
- @lamweilun made their first contribution in https://github.com/z-libs/Zen-C/pull/67
- @sureshkrishnan-ai made their first contribution in https://github.com/z-libs/Zen-C/pull/78
- @ltecheroffical made their first contribution in https://github.com/z-libs/Zen-C/pull/96
- @iryuken made their first contribution in https://github.com/z-libs/Zen-C/pull/101
Full Changelog: https://github.com/z-libs/Zen-C/commits/v0.1.0