Compiled language
Appearance
(Redirected from Compiled languages)
This article includes a list of general references, but it lacks sufficient corresponding inline citations. (January 2013) |
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]- ^ Ullah, Asmat. "Features and Characteristics of Compiled Languages". www.sqa.org.uk.
External links
[edit]