ccxvii / minilibs

Various small libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Miniature libraries that consist of a single header and source file.

These libraries are in the public domain (or the equivalent where that is not possible). You can do anything you want with them. You have no legal obligation to do anything else, although I appreciate attribution.

  • tree.c: Self balancing binary search tree.
  • regexp.c: JavaScript compatible regular expressions.
  • xml.c: XML parser and mini-DOM.
  • xml.lua: XML parser in pure Lua.

About

Various small libraries.


Languages

Language:C 86.0%Language:Lua 13.2%Language:Makefile 0.8%