This is a toy-project dedicated to creating useful utilities that
relatively modern C++
(C++17
) misses. There is also an on-going
work on quite interesting features not currently available in master
.
git clone https://github.com/andrey-golubev/clsc.git --recursive
cd clsc
python3 script/test.py
Note: googletest is used as a git submodule. Thus, it is required to clone it in order to build and run repository tests.