zcp is a modern package manager written in C++ for the Zig programming language.
- C++ 99.1%
- Makefile 0.9%
- Parser: negative numbers now properly negate int_val via -(int64_t) cast
- Parser: removed unreachable EnumLit+Equal branch (all named fields
handled earlier by the Period+Identifier path)
- Parser: added mutual exclusion check: struct fields and tuple values
cannot coexist in the same .{ } block
- int64_t for AstNode::int_val so negative values are representable
- Fixed parse_arraystd::parse_array() concatenation bug from botched sed
Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>
|
||
|---|---|---|
| examples | ||
| include | ||
| src | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
zcp
zcp is a modern package manager written in C++ for the Zig programming language.