• Stars
    star
    132
  • Rank 267,729 (Top 6 %)
  • Language
    C
  • Created over 8 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Various small libraries.

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.