nesC

nesC 1.3

nesC is an extension to the C programming language designed to embody the structuring concepts and execution model of TinyOS. TinyOS is an event-driven operating system designed for sensor network nodes that have very limited resources (e.g., 8K bytes of...

Tiny C compiles so fast that even for big projects Makefiles may not be necessary.TinyCC (aka TCC) is a small but hyper fast C compiler. Unlike other C compilers, it is meant to be self-relying: you do not need an external assembler or linker because TCC...

CodeViz

CodeViz 1.0.11

CodeViz is a CallGraph visualizer. It is a call graph generation utility for C/C++.At some stage in everyone's programming career, they will need to read through a lot of code written by another programmer. An important part of program comprehension is...

Pre Make Kit

Pre Make Kit 0.10.4

Pre Make Kit (PMK) aims to be a BSD alternative to GNU autoconf, GNU libtool, and pkg-config. Pre Make Kit uses data files instead of scripts to limit the spreading of trojans in software packages.It's designed to be easy to use for users and developers....

BareBones

BareBones 0.4

BareBones is an interpreter for the "Bare Bones" programming language.BareBones should be invoked from the command line with the name of the source file given as an argument: barebones prog1.bbOptionally, additional command line arguments may be...

SmartEiffel

SmartEiffel 1.2r8

SmartEiffel is the GNU Eiffel Compiler. SmartEiffel is intended to be a complete, though small and very fast, Eiffel compiler.The current distribution includes an Eiffel to C compiler, documentation tools, a pretty printer, and various other tools...

Toka

Toka 1.2

Toka is an experimental language with roots in Forth. It has a number of useful features, including a simple garbage collector, decompiler, standard library, and foreign function interface. A number of examples are included with it as well.The package...

Frost

Frost 0.6.3

Frost is a C++ compiler wrapper that makes it possible to use multi methods and functions with virtual arguments almost as if they were a native C++ feature. You don't have to maintain any function-call dispatching code.What's New in This Release:·...