Sponsored Links

Freeware In Compilers

Category : Programming > Compilers
DC3 Compiler - Interpreter 1.0

DC3 is a complete but limited VB like compiler/interpreter that can be used for learning how to create a complete and fully functional compiler. It comes with its complete source code in Visual Basic 6. It compiles simple VB like programs and creates a byte code executed by a Virtual Machine, like Java and .NET languages.

Features:

  • only simple VB types like string, integer (hexadecimal, octal), float, boolean
  • global and local variables
  • functions and subs
  • operators like +,-,*,/,\,imp,eqv,xor,or,and,not,>=,<=,>,<,<>,=,&,mod,^ with the VB6 precedence order.
  • the if and while statements
  • VB functions like print, msgbox, clng, cstr, inputbox, rnd, exit
  • recursion
Views : 372 Rating : Not Rated Votes : 0

Category : Programming > Compilers
XBLite v2.10

XBLite is a open-source language that is a Windows-based variant of XBasic (itself a variant of modern BASIC). It comes complete with a full-featured editor, compiler, and tons of demos.
Views : 91 Rating : Not Rated Votes : 0

Category : Programming > Compilers
GoLink

GoLink is a fast free linker which takes COFF object files and a RES file and produces Win32 executables. One of its main advantages is that it does away with the need for LIB files. Also, when used with GoAsm it can report on redundant code and data. It also has its own loader for the Microsoft Layer for Unicode. It is one of the "Go" development tools.
Views : 88 Rating : Not Rated Votes : 0

Category : Programming > Compilers
JavaExe v3.0

*** ENGLISH :
JavaExe makes it possible to launch a Java application starting from a .EXE under Windows and to associate its own icon, or launch it as System Services, or a ControlPanel

*** FRANCAIS :
JavaExe permet de lancer une application Java partir dun .EXE sous Windows et dy associer sa propre icne.

Windows pourra ainsi manipuler votre application Java au mme titre que nimporte quelle autre application, comme par exemple dassocier un type de fichier votre application Java, ...

Views : 114 Rating : Not Rated Votes : 0

Category : Programming > Compilers
TKS

TKS is a rather lightweight script language for portable multimedia applications. It has a JavaScript/C++ like syntax and can handle user defined classes.

TKS has bindings for OpenGL1.1, SDL, SDL_net, png, jpeg, MySQL, collision detection, TTF loading and soon OggVorbis. You can create portable ".tkx" files which can be started from web pages or other documents.

A JIT compiler can partially create native (and very fast) code (especially for inner loops) and an inline assembler can be used to directly program the x86 FPU, a subset of the X86 CPU as well as the TKS-VM p-code.

TKS can be used for video games, demos, Web3D applications and even for server-side text (and soom XML) processing.
Views : 91 Rating : Not Rated Votes : 0
<< < 1  2  3  4  5  6  7   > >>