theConfig 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - py - jv - cc
Loading...
Searching...
No Matches
Overview

theConfig



UPDATE changes since 19 jun 2024 : 283 files changed, 11319 insertions, 7477 deletions


SUMMARY theConfig - Support the libconfig native library
NEWS FROM: 24 sep, 2024

The main focus was Java integration into NHI10 and the new callback-documentation.

NEW features
UPDATE Callback : MkKernel_Parser_Callback_C_API and (C, C++, Java, Python, Tcl).
UPDATE syntax : minor syntax cleanup for various functions.


DETAILS

theConfig is a simple library for processing structured configuration files.
The file format is more compact and more readable than XML. And unlike XML, it is type-aware,
so it is not necessary to do string parsing in application code.

theConfig is very compact – a fraction of the size of the expat XML parser library.
This makes it well-suited for memory-constrained systems like handheld devices.

theConfig includes bindings for languages supported by the Programming-Language-Micro-Kernel (PLMK).
It works on POSIX-compliant UNIX and UNIX-like systems (GNU/Linux, Mac OS X, FreeBSD),
Android, and Windows (2000, XP and later).

DEPENDENCIES theCompiler, theKernel, http://hyperrealm.github.io/libconfig/

References

documentation theLink theCompiler
package use '--config' option native 2 managed-object

Files

README , INSTALL , NEWS, CHANGES