68000 C compiler (With source)
This compiler is an optimizing C compiler for the Motorola 68000 processor. It has successfully compiled itself on UNIX system V running on a Motorola VME-10. Since this code was written for a machine with long integers it may exhibit some irregularity when dealing with long integers on the IBM-PC. ...
Augusta a subset interpreter of the language ADA.
Which translates a subset of Ada into pseudo-code. The p-code is the source for Aug_Terp. See Dr. Dobb's Journal numbers 75,77,79,81 for extensive documentation. With source
Blaster Master Pascal Compiler (BPC)
This is a pascal compiler which I created based on the QCC compiler from Quake. I simply rewrote some of the syntax inside the compiler, and turned off the case-sensitive string comparing, so everything should be almost like standard pascal. It's almost a mix of the best of both C and Pascal.
C2ASM v1.0
C2ASM is a cross compiler, it converts "C" code into "ASSEMBLY" code. It uses a subset of "C" language.It's console mode application.If u wanna read more abt C2ASM, download C2ASM, It has got complete documentation, source code, sample input programs of "C".It uses no Object Code Optimizations, ...
COBOL compiler v6.02
Dos-based freeware 16-bit COBOL compiler using video mode 12H to provide Windows-like screen graphics, mouse control, and IO functions. Open-source compiler and editor written in assembler
ELENA Language
ELENA is a general-purpose, object-oriented, pure polymorphic language with late binding. ELENA Language promotes more object-oriented program design, reusable, laconic and more standardized code. Written in Assembler/C++.
FACILIS is a p-code compiler for an extended subset of Pascal.
It is written in Turbo Pascal for the IBMPC. This compiler will be of interest especially to two groups of users: (1) students learning the Pascal language, before making a commitment to a commercial compiler; (2) compiler tinkerers who desire source code for modification or extension.
Free BASIC Interpreter (Dartmouth Derivative) v0.1
Public domain BASIC interpreter written in C++ as a hobby educational project. The syntax and scope of capability derives from the original Dartmouth BASIC. The functionality is mostly faithful to the original spec, as rendered in the manual for the original, which is available online. Developmen...
Free Pascal Compiler 1.0.10
Free Pascal (aka FPK Pascal) is a 32 Bit pascal compiler. It is available for different processors (i386+ and 680x0) and operating systems (Linux, FreeBSD, DOS, Win32, OS/2, AmigaOS). The language syntax is semanticly compatible with TP 7.0, some extensions used by Delphi (classes, rtti, excepti...
MICRO-BASIC:
THis is a very simple INTEGER BASIC interpreter that I wrote a number of years ago, and subsequently ported to MICRO-C. It is quite instructive, as a simple but fairly complete interpreter.
Pascal Macro Compiler User Manual 1.01
The full text of the User Manual for the Pascal Macro Compiler is available online, and may be freely downloaded. A free full-feature demo version of the Pascal Macro Compiler is available. The Pascal Macro Compiler generates Pascal program code from the Pascal macro language.
Portable ISO Standard Pascal in C, version 3.8
This is a standard Pascal in C implementation compatible with the Pascal taught in college textbooks such as Oh! Pascal! by Cooper and Clancy. The C implementation is portable, which means that it will compile and operate correctly on any computer with a stan- dard ANSI C compiler, and will aut...