RSS 347 projects tagged "Code Generators"

Download Website Updated 02 Apr 2006 1-st Pop-Up Menu Builder

Screenshot
Pop 21.28
Vit 51.04

1-st Pop-Up Menu Builder allows you to create a customized menu which pops up when pressing the right mouse button on a Web page. The customized menu can be applied to a whole page or to specific elements on the page. A wide variety of actions can be set to the items in the menu.

Download Website Updated 16 Apr 2013 4tH compiler

Screenshot
Pop 325.37
Vit 33.94

4tH is a Forth compiler with a little difference. Instead of the standard Forth engine it features a conventional compiler. 4tH is a very small compiler that can create bytecode, C-embeddable bytecode, standalone executables, but also works fine as a scripting language. It supports about 95% of the ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, enumerations, structures, suspended execution, recursion, include files, etc. It comes with an RPN calculator, line editor, preprocessor, compiler, decompiler, C-source generator, a virtual machine, and a multitasking environment.

Download Website Updated 28 Jun 2002 ACDK Tcl

Screenshot
Pop 105.29
Vit 1.51

ACDK Tcl allows you to instrument a Tcl interpreter inside an ACDK application. In the Tcl script, you can call all ACDK classes with the standard ACDK Dynamic Method Invokation (DMI) methods.

Download Website Updated 25 Jul 2001 AMC (ATOM Module Compiler)

Screenshot
Pop 76.79
Vit 2.16

AMC is a programmable compiler/preprocessor. It has a built-in programming language called CGL (Code Generation Language) that lets you add new syntactical elements to the source files that AMC processes. In addition, AMC has a module structure reminescent of the UCSD p-System compiler. AMC comes with a default package that adds a dynamic form of OOP to C.

Download Website Updated 11 Feb 2013 ANTLR

Screenshot
Pop 310.74
Vit 6.85

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.

No download Website Updated 07 Dec 2003 ANTLR plugin for Eclipse

Screenshot
Pop 93.02
Vit 2.53

This project adds plugins for the lexer/parser generator ANTLR to the Eclipse platform. The plugins provide a grammar file editor with syntax highlighting, outline view and a project nature with incremental builder.

Download Website Updated 30 Jan 2001 APRIL

Screenshot
Pop 47.48
Vit 1.83

APRIL is a symbolic programming language that is designed for writing mobile, distributed and agent-based systems especially in an Internet environment. It has advanced features such as a macro sub-language, asynchronous message sending and receiving, code mobility, pattern matching, higher-order functions and strong typing. The language is compiled to byte-code which is then interpreted by the APRIL runtime-engine. APRIL now requires the InterAgent Communications Model (ICM) to be installed before it can be installed.

Download Website Updated 03 Aug 2005 Abeni

Screenshot
Pop 64.60
Vit 3.39

Abeni is a Gentoo Linux ebuild GUI editor written in Python/wxPython. It helps users create syntactically correct ebuilds efficiently. It incorporates the Scintilla editor for syntax highlighting and Lintool for syntax checking.

No download Website Updated 14 Mar 2005 Accent compiler compiler

Screenshot
Pop 28.04
Vit 54.67

Accent is a compiler compiler that does not rely on specific subclasses of context-free grammars and that can be used like Yacc. It also cooperates with Lex. Accent supports inherited and synthesized attributes. It allows you to write your grammar in the Extended-Backus-Naur-Form. Semantic actions can be inserted anywhere; there are no restrictions caused by the parser implementation. Accent even allows ambiguous grammars with much less effort than with traditional LALR or LL compiler compilers. An annotation framework has been developed to resolve ambiguities. It is on the abstract level of grammars and does not reflect the parsing algorithm. Moreover, this calculus is complete in the sense that it can handle each ambiguity in any grammar.

No download Website Updated 22 Mar 2005 Alphaworks JUnitX

Screenshot
Pop 16.31
Vit 1.00

JUnitX is a is a set of assertion extensions for JUnit that attempts to cover the most common test scenarios in Java development. This includes method contracts up to and including J2SE 1.5.0 and various other common features. This tool enables the tester to be confident that all the technical aspects of writing common test code have been completed and tested thoroughly.

Screenshot

Project Spotlight

Atratus

A system for running Linux binaries on Windows.

Screenshot

Project Spotlight

Java Algebra System

An object-oriented, type safe, multi-threaded approach to computer algebra.