GNU Pascal
This manual documents how to run, install and maintain the GNU Pascal Compiler (GPC), as well as its new features and incompatibilities, and how to report bugs. It corresponds to GPC 20...
What is a Compiler? Compiler ≡ A program that translates code in one language (source code) to code in another language (target code).
Usually, target code is equivalent to source code, but not al...
By: Wikibooks.org
Python is a general-purpose interpreted programming language. It currently has distributions available for Microsoft Windows, Apple Mac OS X, GNU/Linux, BSD, and many other platf...
by Richard M. Stallman and the GCC Developer Community
This manual documents how to use the GNU compilers, as well as their features and incompatibilities, and how to report bugs.
<i>C++ in a Nutshell</i> packs an enormous amount of information on C++ (and the many libraries used with it) in an indispensable quick reference for those who live in a deadline-driven world and n...
MMURTL V1.0, is the preprinted title of the original book "Developing Your own 32 Bit Operating System" published by SAM/Macmillan in 1995. It was placed here by the author with full rights.
Abstract
The unit of compilation for traditional just-in-time compilers is the
method. We have explored trace-based compilation, in which the
unit of compilation is a loop, potentially spanning ...
Documentation for VorkASM project.
It is a "incomplete" table of equivalences over ASM and C language.
More on:
http://vorkasm.lefora.com/2009/02/25/...
This is the GLE-MiPS compiler documentation report; it was written in java with jflex and cups. Provides correct binary code for the processor from simple assembly instructions. By Vittorio Giovara...