Skip to content

Commit 63ed9a0

Browse files
authored
[wip] experimental dumpers for print formatting (#67)
* [wip] add cat_dump() * [wip] add catsep_dump * [wip] add format_dump() * [wip] add dump facilities
1 parent c36b727 commit 63ed9a0

8 files changed

Lines changed: 1815 additions & 8 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ set(C4CORE_SRC_FILES
2525
c4/config.hpp
2626
c4/cpu.hpp
2727
c4/ctor_dtor.hpp
28+
c4/dump.hpp
2829
c4/enum.hpp
2930
c4/error.cpp
3031
c4/error.hpp

0 commit comments

Comments
 (0)