RSS 2 projects tagged "Pre-processors"

Download Website Updated 06 Feb 2007 Sglib

Screenshot
Pop 119.45
Vit 3.46

Sglib is a generic library for C that was inspired by the Standard Template Library from C++. It consists of a single header file and no binary code. It defines useful macros for sorting arrays and manipulating lists, sorted lists, double linked lists, hashed containers, and red-black trees. Macros are parametrized by the type of the data structure. The library does not enforce its own data representation, but acts on user-defined types. It does not enforce any particular memory management system.

Download Website Updated 05 Mar 2013 Berkeley Yacc

Screenshot
Pop 169.37
Vit 24.35

Berkeley Yacc (byacc) is a high-quality yacc variant. It is written to avoid dependencies upon a particular compiler. It was written around 1990 by Robert Corbett, who previously wrote Bison. This version has been modified to conform to ANSI C.

Screenshot

Project Spotlight

Finesse

An Interferometer simulation.

Screenshot

Project Spotlight

Meson

An experiment to determine optimal syntax and structure for a build system.