Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 517 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 517 Bytes

coreutils-zig

This project aims to reimplement the GNU Coreutils in Zig. As of this moment it is nothing more than a hobby project and it serves as a playground for programming in Zig, testing the capabilities of the language. The goal of the project is the implementation of all commands of the GNU Coreutils collection in Zig. In an ideal situation, this includes no dependency on libc.

Bundles

coreutils-zig is built using the help of the following dependencies:

  • 'zig-datetime' created by 'Jairus Martin'.