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. |
||
|---|---|---|
| LibAllocation | ~ Flatten folder structure; | |
| LibFoundation | + Add basic operations library: 'LibFoundation'; | |
| LibIO | ~ Flatten folder structure; | |
| LibJson | + Add basic JSON parser; | |
| .gitignore | + Add 'README.md' and '.gitignore'; | |
| CMakeLists.txt | + Add basic JSON parser; | |
| README.md | + Add 'README.md' and '.gitignore'; | |
BaseLib
The BaseLib is a collection of libraries to aid building scalable, leak-free C programs.