RSS 57 projects tagged "Pre-processors"

Download Website Updated 19 Sep 2004 GPP

Screenshot
Pop 207.18
Vit 4.15

GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any programming language makes it much more versatile than cpp, while its syntax is lighter and more flexible than that of m4. The syntax is fully customizable, which makes it possible to process text files, HTML, or source code equally efficiently in a variety of languages.

No download Website Updated 07 Jun 2013 unifdef

Screenshot
Pop 251.08
Vit 86.78

Unifdef is useful for removing #ifdef'ed lines from a file while otherwise leaving the file alone. You specify which symbols are defined or undefined with -D and -U flags, and unifdef removes the corresponding ifdefs, and the enclosed code if appropriate. It's especially useful for removing those "#ifdef BROKEN" and "#ifdef PRIVATE" clauses from code before you release it. Unifdef acts on #if, #ifdef, #ifndef, #elif, #else, and #en­dif lines, and it knows only enough about C and C++ to know when one of these is inactive because it is inside a comment or a single or double quote.

Download Website Updated 29 Oct 2003 fastdep

Screenshot
Pop 99.86
Vit 3.60

fastdep is a preprocessor which generates dependency information suitable for Makefile inclusion from C or C++ source files. Meant to run on slower hardware, it is several orders of magnitude faster than gcc.

No download Website Updated 02 Apr 2002 MIJava

Screenshot
Pop 16.06
Vit 1.00

MIJava (Multiple Inheritance for Java) is a source code preprocessor which allows developers to easily use multiple-inheritance functionality within Java.

Download Website Updated 16 Jan 2009 distcc

Screenshot
Pop 457.79
Vit 11.31

distcc is a parallel build system that distributes compilation of C/C++/ObjC code across machines on a network. It can be set up in just a few minutes and makes builds up to ten times faster. It does not require machines to share a filesystem or have the same libraries or header files, and installation does not need superuser privileges.

Download Website Updated 20 May 2002 XSL Preprocessor

Screenshot
Pop 36.12
Vit 1.00

XSPP (XSL Preprocessor) offers alternative syntax for creating XSLT stylesheets. It alo supports macro expansion, and is written in OCaml.

Download Website Updated 05 Mar 2013 Berkeley Yacc

Screenshot
Pop 171.83
Vit 24.47

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.

No download Website Updated 12 Aug 2002 Barter

Screenshot
Pop 28.43
Vit 1.00

Barter is a tool for increasing the quality of applications written in Java. It allows the programmer to use design by contract and define other development aspects right in the classes and interfaces where they are relevant, as JavaDoc comments. It is essentially a code generator for AspectJ, implemented as an xDoclet task.

Download Website Updated 24 Sep 2004 RubyInline

Screenshot
Pop 45.96
Vit 3.68

Ruby Inline is an analog to Perl's Inline::C. It allows you to imbed C external module code in your Ruby script directly. The code is compiled and run on the fly when needed.

Download Website Updated 10 May 2009 Dia2Postgres

Screenshot
Pop 59.46
Vit 3.53

Dia2Postgres is a Perl script that can be used to convert Dia diagrams into PostgreSQL scripts or PHP mirror classes which can add, update, and modify table entries automatically. It has support for inheritance, simple references (limited to a single field), and a fake enum type which creates a table.

Screenshot

Project Spotlight

procenv

A command-line utility that simply dumps all attributes of its environment.

Screenshot

Project Spotlight

slackroll

A package or upgrade manager for Slackware Linux.