Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

The Netwide Assembler

Compare

  Analyzed 1 day ago

NASM is an 80x86 assembler designed for portability and modularity. It supports a range of object file formats including Linux a.out and ELF, COFF, Microsoft 16-bit OBJ and Win32. It will also output plain binary files. Its syntax is designed to be simple and easy to understand, similar to Intel's ... [More] but less complex. It supports all current x86 opcodes, and has macro capability. It includes a disassembler as well. [Less]

114K lines of code

8 current contributors

almost 4 years since last commit

34 users on Open Hub

Inactive
4.0
   
I Use This

javacc

Compare

  No analysis available

Java Compiler Compiler is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other ... [More] standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc. [Less]

0 lines of code

0 current contributors

0 since last commit

33 users on Open Hub

Activity Not Available
4.54545
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

ikiwiki

Compare

  Analyzed about 11 hours ago

ikiwiki is a wiki compiler. It converts wiki pages into html pages suitable for publishing on a website.

89.8K lines of code

27 current contributors

4 days since last commit

32 users on Open Hub

Moderate Activity
4.57143
   
I Use This

Rubinius

Compare

  Analyzed about 18 hours ago

Rubinius is an execution environment for the Ruby programming language. It is comprised of three major pieces: a compiler, a 'kernel' (otherwise known as the Ruby Core Library), and a virtual machine. The project's goal is to create a top-of-the-line Ruby implementation.

1.08M lines of code

7 current contributors

12 months since last commit

31 users on Open Hub

Very Low Activity
4.9375
   
I Use This

Google V8 JavaScript Engine

Compare

  Analyzed 1 day ago

V8 is Google's open source JavaScript engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAScript as specified in ECMA-262, 3rd edition, and runs on Windows XP and Vista, Mac OS X 10.5 (Leopard), and Linux systems that use IA-32 or ... [More] ARM processors. V8 can run standalone, or can be embedded into any C++ application. [Less]

2.3M lines of code

177 current contributors

over 2 years since last commit

31 users on Open Hub

Inactive
4.75
   
I Use This

Squeak

Compare

  Analyzed 4 months ago

Squeak is a modern, open source full-featured implementation of the powerful Smalltalk programming language and environment. Squeak is highly-portable - even its virtual machine is written entirely in Smalltalk making it easy to debug, analyze, and change. Squeak is the vehicle for a wide range of ... [More] projects from multimedia applications, educational platforms to commercial web application development. [Less]

5.32M lines of code

1 current contributors

over 1 year since last commit

31 users on Open Hub

Activity Not Available
4.66667
   
I Use This

GDC — D Programming Language for GCC

Compare

  Analyzed about 16 hours ago

GDC is a D language front end for the GNU Compiler Collection. It supports a number of targets and nearly all features of Digital Mars D.

652K lines of code

1 current contributors

over 5 years since last commit

30 users on Open Hub

Inactive
4.14286
   
I Use This

Small Device C Compiler

Compare

  Analyzed about 6 hours ago

SDCC is a retargettable, optimizing ANSI - C compiler that targets the Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08 based MCUs. Work is in progress on supporting the Microchip PIC16 and PIC18 series. SDCC is Free Open Source Software, distributed under GNU General Public License (GPL).

4.87M lines of code

5 current contributors

about 23 hours since last commit

30 users on Open Hub

Moderate Activity
4.625
   
I Use This

DMD

Compare

  Analyzed about 11 hours ago

Digital Mars D Programming Language Compiler

1.2M lines of code

135 current contributors

about 16 hours since last commit

30 users on Open Hub

Very High Activity
4.5
   
I Use This
Licenses: Artistic_..., lgpl

ccache

Compare

  Analyzed about 15 hours ago

ccache is a compiler cache. It speeds up recompilation of C/C++ code by caching previous compilations and detecting when the same compilation is being done again.

88.6K lines of code

15 current contributors

5 days since last commit

29 users on Open Hub

Moderate Activity
4.33333
   
I Use This