|
Coreutils++
The GNU Coreutils implemented in C++
|
CoreUtils++.
Ultimately, just a hobby project. I want to re-implement the GNU core utils, but in C++ and make them portable out of the box.
This should use the zig build system and some small zig glue where needed if I cannot avoid using libc. The goal is to use C++ only without libc.
I really just wanted to make a cross platform C++ project, and this is easy to dog food.
All source code in this project, be it code that is built into binaries (e.g. the coreutils themselves) or otherwise (e.g. the build script) is licensed under the GPLv3 or later. See the LICENSE file and the headers in source code for information.
Generated with Doxygen, and hosted with GitHub Pages. Changes to the repo should automatically be updated in the docs and uploaded accordingly.