diff options
| author | 2016-05-12 22:31:46 +0100 | |
|---|---|---|
| committer | 2016-05-12 22:31:46 +0100 | |
| commit | af72e486011f23b6753d8893147a2ea41d503684 (patch) | |
| tree | 0e512f00c7f0ebfc539a710be44a0a75ed64a37c /README.md | |
| parent | Add string precision and width (experimental) (diff) | |
gb_regex.h Initial Version
Highly experimental Regular Expressions Library
Diffstat (limited to '')
| -rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -4,11 +4,12 @@ gb single-file public domain libraries for C & C++ library | latest version | category | description ----------------|----------------|----------|------------- -**gb.h** | 0.11a | misc | A helper library for C & C++ -**gb_math.h** | 0.06c | math | A C/C++ vector math library geared towards game development -**gb_gl.h** | 0.04b | graphics | A C/C++ OpenGL Helper Library -**gb_string.h** | 0.95 | strings | A better string library for C & C++ (this is built into gb.h too with custom allocator support!) -**gb_ini.h** | 0.93 | misc | A simple ini file loader library for C & C++ +**gb.h** | 0.11a | misc | Helper library (Standard Library _Improvement_) +**gb_math.h** | 0.06c | math | Vector math library geared towards game development +**gb_gl.h** | 0.04b | graphics | OpenGL Helper Library +**gb_string.h** | 0.95 | strings | A better string library (this is built into gb.h too with custom allocator support!) +**gb_ini.h** | 0.93 | misc | Simple ini file loader library +**gb_regex.h** | 0.01 | regex | Highly experimental Regular Expressions Library ## FAQ |
