You are on page 1of 3

Definitions of compiler on the Web:

encyclopedist: a person who compiles (or writes for)


encyclopedias
(computer science) a program that decodes instructions written
in a higher order language and produces an assembly language
program
wordnet.princeton.edu/perl/webwn
A compiler is a computer program that translates a computer
program written in one computer language (called the source
language) into an equivalent program written in another
computer language (called the output, object, or target
language).
en.wikipedia.org/wiki/Compiler
A program which translates the source code for a library unit into
an object module in a program library.
www.adaic.org/docs/craft/html/glossary.htm
A program that translates a high-level language, such as Basic,
into machine language.
www.flw.com/define_c.htm
A software-development tool that translates high-level language
programs into the machine-language instructions that a
particular processor can understand and execute. OCde
optimisation reduce instructions number and specialize the code
for a processor. These optimizations have to take into acount the
processor architecture features.
www.caps-entreprise.com/en/glossaire_contenu.html
A program that translates a high level symbolic language to a
low level machine language.
www.bstcomputers.com/terms/ac.htm
A program to translate source code into code to be executed by
a computer. The Java compiler translates Java source code into
Java bytecode. See also interpreter.
www.informatik.uni-freiburg.de/Java/manpages/glossary.html
A company that puts together various pieces of information to
form a list of individuals that has similar characteristics, such as
age, income and buying habits.
www.mailinglist.com/glossary.html
A program which translates source code into object code. Other
code from
www.ilfarodellamente.it/FRMNT_A/ELETTRONICA/Glossario%20d
egli%20acronimi%20maggiormente%20usati.htm
Associate Professor Ismail S. Talib; e-mail:
ellibst@leonis.nus.edu.sg.
courses.nus.edu.sg/course/ellibst/lsl01-tm.html
A program that turns a program written in a high-level language
into an executable program. Takes C++ source code and creates
equivalent machine code. Example: A command line compiler for
C++, available on crux, is called g++. We run it as follows: g++
myprogram.cpp -o myprogram This reads the file
myprogram.cpp, which should contain a C++ program, and
creates the executable called myprogram from it. We compiled
myprogram.cpp.
www.clarkson.edu/class/cs141/glossary.html
a program the converts programming code into a form that can
be used by a computer.
www.home-built-pc.com/terms.html
A program that translates high-level programming languages
into machine code that can be stored and subsequently
executed.
www.usabilitysa.co.za/hcigloss.htm
A program involved in the first step of converting source code
written in a high-level language such as C to an executable
program.
www.keylink.net/GLOSSARY.HTM
A program which takes text in a particular programming
language, and produces either an Executable or an Object File.
www-
xray.ast.cam.ac.uk/~jss/lecture/grad_training/notes/out/glossar
y/
This is an application that converts a programming language into
machine language program.
www.zoltech.net/toolz/glossary.html
Computer program in charge of converting a source program
(composed of sentences according to the computer language
syntax) in an executable program (composed of machine-
readable instructions).
www.discoverscs.com/cc.html
A program that takes a source code file, processes it, and
generates a translated version of the source code that the
computer can understand. This translation is called an object and
is usually saved in an object file.
platon.lacitec.on.ca/~jlemoe/Cobol/Materiel/Cobol/Manuel/apg/a
pg.htm
A computer program that translates a set of instructions written
in a high-level language such as Fortran into a form (machine
code) that can be understood directly by the computer.
www.geocities.com/templarser/complexglos.html
converts the source code of a program to machine language
placing the result in an object code file.
mathbits.com/MathBits/CompSci/Introduction/vocab.htm
A program which converts high-level source language
instructions into executable machine code
www.msun.edu/infotech/its/how/glossary/c.htm
A compiler is a special program that processes statements
written in a particular programming language and turns them
into machine language or "code" that a computer's processor
uses.
www.pdacortex.com/glossary.htm
Provides runtime compilation of Java bytecode, thereby speeding
Java performance.
www.nkemp.demon.co.uk/glossary.htm
A program that reads another program, and then parses that
script into a form that can then be executed. C is a language
that uses a compiler.
www.ssuet.edu.pk/taimoor/books/1-56276-420-9/ch22.htm

You might also like