CoreFW is ObjFW's little brother. It aims to provide "object oriented" programming for plain C and offers basic classes like arrays, strings and dictionaries.
- repackaged with CMake for robust build
- rename CFW -> CF
- snake_case -> PascalCase
- rename files to avoid name collision with std, eg, string.h
- added method toString
- added function CFLog
- added class CFBitVector
- added class CFBag
testing on wasm, arm, amd64
sudo cmake --install build --prefix "/usr/local"
includes example of polymorphism based on https://github.com/QuantumLeaps/OOP-in-C