KaisarCode

KCLib

kclib - KaisarCode Native Libraries

kclib is a set of small native C libraries and CLI tools. Each project is maintained as an independent primitive with its own source tree, README, tests, build outputs, and public C API.

The suite favors simple command-line interfaces, embeddable library entry points, deterministic build artifacts, and portable implementations. Projects may vendor focused dependencies when the domain requires them.

You can Explore the projects below.

Explorar

chat.c

Interactive chat loop that delegates stdin input to a shell command via pipe.

init.c

Persistent startup registration for named commands via OS filesystem primitives.

ipa.c

Compact island parser that matches text spans against a schema of named nodes.

mdp.c

Markdown parser that extracts YAML frontmatter and renders HTML fragments.

tpl.c

String-based template renderer with includes, scoped variables, and control directives.

tpm.c

C library and CLI for comparing text similarity against a reference profile.

wch.c

Portable native file change notification tool that emits add, upd, and del events.