RSS 271 projects tagged "Compilers"

Download Website Updated 09 Aug 2007 6502asm

Screenshot
Pop 48.06
Vit 1.42

6502asm is a simple 2-pass assembler capable of producing binary files for the 6502, a CPU with a simple and orthogonal instruction set.

Download Website Updated 11 Feb 2013 ANTLR

Screenshot
Pop 273.65
Vit 6.68

ANTLR (ANother Tool for Language Recognition) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++, Java, or Sather actions. It is similar to the popular compiler generator YACC, however ANTLR is much more powerful and easy to use. ANTLR-produced parsers are not only highly efficient, but are both human-readable and human-debuggable (especially with the interactive ParseView debugging tool). ANTLR can generate parsers, lexers, and tree-parsers in either C++, Java, or Sather. ANTLR is currently written in Java.

Download Website Updated 14 Jan 2013 ARIO

Screenshot
Pop 38.81
Vit 1.00

ARIO is a C++ library for reading and producing archive files, which are commonly used as libraries of relocatable object files.

No download Website Updated 02 Feb 2005 ASPA

Screenshot
Pop 48.00
Vit 1.77

ASPA attempts to automate the process of translating ASP pages into PHP. The supported languages are JScript and VBScript.

Download Website Updated 30 Apr 2008 AVR-Ada

Screenshot
Pop 40.05
Vit 2.48

AVR-Ada aims to make the Ada part of gcc usable on AVR microcontrollers. This includes the three elements: the Ada compiler, the Ada run time system, and the AVR support library. Some sample programs are provided as well.

Download Website Updated 05 Nov 2008 Abacus Formula Compiler

Screenshot
Pop 38.25
Vit 1.51

The Abacus Formula Compiler (AFC) compiles computations defined in spreadsheet files directly to Java byte code. Users can thus customize an application using Excel or OpenOffice Calc. AFC compiles against your own Java interfaces to obtain input values and compute output values (it essentially generates strategy implementations for you), and supports internal computations with either double or BigDecimal (for financial applications).

Download Website Updated 17 Jan 2010 Absimpa

Screenshot
Pop 27.82
Vit 2.29

Absimpa is a Java class library that provides a recursive decent parser. It is an experiment in abstraction and Java generics. It tries to include only the essentials of what makes out a parser and to leave out, or rather leave free for specification, what is not relevant for the parsing process.

Download Website Updated 21 Apr 2001 AlgebraDB

Screenshot
Pop 27.66
Vit 66.64

AlgebraDB is a relational database with infinite tables. It is an extension to Codd's relational model, with infinite tables being functions.

No download Website Updated 15 Apr 2007 AllInOneRuby

Screenshot
Pop 65.13
Vit 4.06

AllInOneRuby creates an compressed executable for Windows or Linux that includes both the Ruby interpreter and the runtime libraries. This is useful for temporary installations or USB sticks.

No download Website Updated 07 Sep 2011 Aseba

Screenshot
Pop 60.01
Vit 3.07

Aseba is an event-based architecture for distributed control of mobile robots. It targets integrated multi-processor robots or groups of single-processor units, real or simulated. The core of aseba is a lightweight virtual machine tiny enough to run even on microcontrollers. Robots are programmed in a user-friendly scripting language using a cozy integrated development environment.

Screenshot

Project Spotlight

strace

A system call tracing utility (like trace, truss, etc.).

Screenshot

Project Spotlight

pstrings

A program that provides strings for a running process.