ABL (Atoku's Basic List) 0.98 (Default branch) |
|
|
Wednesday October 10, 2007. 01:24 PM FreshMeat
ABL (Atoku's Basic List) is a flexible abstract
list library defined using the C preprocessor. It
allows you to define linked lists of arbitrary
types very easily. You also can use these lists as
stacks or queues. You can easily define
complicated types like a list of lists. It
contains a set of functions to work on lists,
including higher order functions for filtering and
so on. The list includes detailed documentation in
texinfo format.
|