wok view libhx/description.txt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (22 months ago)
parents
children
line source
1 LibHX is a C library (with some C++ bindings available) that provides
2 data structures and functions commonly needed, such as maps, deques,
3 linked lists, string formatting and autoresizing, option and config
4 file parsing, type checking casts and more.
6 LibHX aids in quickly writing up C and C++ data processing programs,
7 by consolidating tasks that often happen to be open-coded, such as
8 (simple) config file reading, option parsing, directory traversal,
9 and others, into a library.
10 The focus is on reducing the amount of time (and secondarily, the
11 amount of code) a developer has to spend for otherwise implementing
12 such.