Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.356.427 Times

Program Compiler freeware
Filter: All | Freeware | Demo
 

Program Compiler

1 2 3 4 5 > 
Added: August 10, 2008 | Visits: 783

XBLite XBLite is an XBasic language program compiler for creating Windows only applications. XBasic, developed by Max Reason, is a clean, readable, powerful, and complete BASIC programming language. XBLite is free, open-source, and published under GPL and LGPL.



Platforms: Windows

License: Freeware Size: 4.76 MB Download (110): XBLite Download

Added: May 04, 2013 | Visits: 444

ncc compiler ncc is a compiler that produces program analysis information. ncc is a decent replacement of cflow and cscope able to analyse any program using the gcc compiler. The program also includes a graphical call-graph navigator and source browser which is extremely practical for hacking and...





Platforms: C and C plus plus

License: Freeware Size: 102.4 KB Download (40): ncc compiler Download

Added: April 15, 2010 | Visits: 496

ccontrol ccontrol program takes over the roles of the compiler and linker, and reads a configuration file to decide what to do before invoking them. This is particularly useful for centralized control over commands and options, such as enabling distcc(1) and ccache(1). I recommend installing dietlibc...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (87): ccontrol Download

Added: August 26, 2010 | Visits: 1.068

Virgil Virgil projetc is an new, object-oriented, light-weight programming language that is designed for building software for resource-constrained embedded systems at the lowest level. Microcontroller programmers can now develop complete software systems, including hardware drivers and OS services, in...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (99): Virgil Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 594

Magda language Magda language was specially designed as a new programming language that is based on a thesis research. Magda language contains the core notion of mixin, which defines a building block from which objects are created. The first feature is the modularization of constructors. In Magda approach...


Platforms: Windows

License: Freeware Download (48): Magda language Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 340

QuickSharp QuickSharp is a handy development tool that provides a simple, uncluttered development approach that lets you get programming in an instant. QuickSharp doesn't use solutions or projects; programs and libraries are developed as single files making development a breeze - just startup, start typing,...


Platforms: Windows

License: Freeware Size: 2.8 MB Download (44): QuickSharp Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 764

FX Batch Compiler FX Batch Compiler is a program designed to help you compile FX effect files and HLSL shader files using fxc command line compiler included in DirectX SDK. You can compile many files at time or one file with different settings. This is not shader IDE, just a font-end for fxc compiler. The...


Platforms: Windows

License: Freeware Download (49): FX Batch Compiler Download

Added: November 15, 2010 | Visits: 1.161

Program Version Switch pvswitch is a very tiny program which makes it possible to use different program installations on one machine flawlessly. Its flexibility is intended for people who need to run programs against different interpreter versions. But it can also be used for different purposes like switching the...


Platforms: *nix

License: Freeware Size: 76.8 KB Download (102): Program Version Switch Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 1.394

C/C++ Compiler Package for RX Family The C/C++ Compiler Package for RX Family package includes the following embedded system development tools: C/C++ compiler ANSI-compliant. Language specification supports exception processing and template functions according to ANSI/ISO standards. This compiler builds a RX application written in...


Platforms: Windows, Windows Vista, 7

License: Freeware Download (68): C/C++ Compiler Package for RX Family Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 343

MLton Standard ML Compiler MLton is a whole-program optimizing Standard ML compiler.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 5.52 MB Download (48): MLton Standard ML Compiler Download

Added: August 13, 2013 | Visits: 635

Roadsend PHP Compiler Roadsend PHP Compiler is a free, open source native compiler for the PHP language. It compiles PHP source code to stand alone, native binaries which do not require an interpreter.Roadsend Compiler can build online web applications with Fast/CGI, offline web applications with an embedded web...


Platforms: PHP

License: Freeware Size: 2.71 MB Download (54): Roadsend PHP Compiler Download

Added: May 02, 2006 | Visits: 4.340

TooHot Crossword Puzzles Compiler The TooHot Crossword Puzzles Compiler generates Crossword Puzzles fully automatically using clue-databases. It generates Swedish Puzzles where, the clues are in squares. These crossword puzzles are very popular in European Countries. It can be used as crossword dictionary as well. Wildcards ? and...


Platforms: BeOS, OS/2, Windows, Mac, *nix

License: Freeware Size: 2.01 MB Download (503): TooHot Crossword Puzzles Compiler Download

Added: January 18, 2010 | Visits: 1.995

Ragel State Machine Compiler Ragel State Machine Compiler compiles finite state machines from regular languages into executable C/C++/Objective-C code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (175): Ragel State Machine Compiler Download

Added: July 03, 2010 | Visits: 1.686

FreeBASIC Compiler 0.16 / FreeBASIC - as the name suggests - is a free, open-source, 32-bit, MS-QuickBASICs syntax-compatible compiler, that adds new features such as pointers, unsigned data types, inline-assembly and many others.. FreeBASIC compiler official page (a free BASIC compiler): downloads, news, forums


Platforms: *nix

License: Freeware Size: 3.1 MB Download (157): FreeBASIC Compiler 0.16 / Download

Added: October 11, 2010 | Visits: 1.146

XML::Filter::Dispatcher::Compiler XML::Filter::Dispatcher::Compiler can compile rulesets in to code. SYNOPSIS use XML::Filter::Dispatcher::Compiler qw( xinline ); my $c = XML::Filter::Dispatcher::Compiler->new( ... ) my $code = $c->compile( Package => "My::Filter", Rules => [ a/b/c => xinline q{warn "found a/b/c"}, ],...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (103): XML::Filter::Dispatcher::Compiler Download

Added: October 18, 2010 | Visits: 902

Blatte::Compiler Blatte::Compiler is a Perl module to compile a Blatte document into Perl. SYNOPSIS use Blatte::Compiler; &Blatte::Compiler::compile($file_handle, &callback); &Blatte::Compiler::compile_sparse($file_handle, &callback); sub callback { my($val, $src) = @_; if (defined($src)) {...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (90): Blatte::Compiler Download

Added: June 13, 2010 | Visits: 1.375

The Amsterdam Compiler Kit 6.0 The Amsterdam Compiler Kit or in short just ACK, is a fast, lightweight and retargetable compiler suite and toolchain written by Andrew Tanenbaum and Ceriel Jacobs, and was Minix native toolchain. The ACK was originally closed-source software (that allowed binaries to be distributed for Minix as...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (111): The Amsterdam Compiler Kit 6.0 Download

Added: May 27, 2010 | Visits: 1.545

game control program game control program project helps administrate game servers, especially automated kicking of players. game control program helps you administrate gameservers (its written for Q1 and Q3, but works for others). It is highly modular and therefore extensible. With the current modules, it can...


Platforms: *nix

License: Freeware Size: 860.16 KB Download (100): game control program Download

Added: June 03, 2010 | Visits: 1.428

Aubit 4GL compiler Aubit 4GL compiler is a project to make a free Informix-4GL compatible compiler. Aubit 4GL compiler translates 4GL source into executable programs, enabling fast creation of screen/form-based applications. With support for SQL statements forming an intrinsic part of the language, its especially...


Platforms: *nix

License: Freeware Size: 5.5 MB Download (171): Aubit 4GL compiler Download

Added: January 22, 2010 | Visits: 1.381

AIMLBot (Program#) AIMLBot (Program#) is a small, fast, standards-compliant yet easily customizable .NET dll implementation of an AIML (Artificial Intelligence Markup Language) based chatter bot. AIMLBot has been tested on both Microsofts runtime environment and Mono. Put simply, it will allow you to chat (by...


Platforms: *nix

License: Freeware Download (123): AIMLBot (Program#) Download

1 2 3 4 5 >