Jump to content

Compiled language

From Wikipedia, the free encyclopedia
(Redirected from Compiled languages)

Compiled language categorizes a programming language as used with a compiler and generally implies not used with an interpreter. But, since any language can theoretically be compiled or interpreted the term lacks clarity. In practice, for some languages there are both compilers and interpreters.[1] In some environments, source code is first compiled to an intermediate form (i.e. bytecode) and then interpreted.

See also

[edit]
  • ANTLR – Parser generator program
  • Flex – UNIX program for lexical analysis
  • GNU bison – Yacc-compatible parser generator program
  • Lex – Lexical analyzer generator
  • List of compiled languages
  • Interpreter (computing) – Program that executes source code without a separate compilation step
  • Scripting language – Programming language designed for scripting
  • Yacc – Parser generator

References

[edit]
  1. ^ Ullah, Asmat. "Features and Characteristics of Compiled Languages". www.sqa.org.uk.
[edit]