1
1
Fork
You've already forked BaseLib
0
Basic Utilities for better C programs.
  • C 98.7%
  • CMake 1.3%
Lena Evelin Ickhorn 10b93aca16 + Add basic JSON parser;
The JSON parser is neither particularly optimized nor is it complete
feature-wise. It lacks exponential numbers and the writer cannot write
escaped characters correctly.
2026年05月09日 05:10:01 +02:00
LibAllocation ~ Flatten folder structure; 2026年05月09日 04:47:46 +02:00
LibFoundation + Add basic operations library: 'LibFoundation'; 2026年05月09日 05:08:25 +02:00
LibIO ~ Flatten folder structure; 2026年05月09日 04:47:46 +02:00
LibJson + Add basic JSON parser; 2026年05月09日 05:10:01 +02:00
.gitignore + Add 'README.md' and '.gitignore'; 2026年05月09日 01:43:43 +02:00
CMakeLists.txt + Add basic JSON parser; 2026年05月09日 05:10:01 +02:00
README.md + Add 'README.md' and '.gitignore'; 2026年05月09日 01:43:43 +02:00

BaseLib

The BaseLib is a collection of libraries to aid building scalable, leak-free C programs.