Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 454 Bytes

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.