kompilerbare
Kompilerbare is an adjective used in computing to describe source code or programs that can be translated into machine code or an intermediate representation by a compiler. A code fragment is compilable if a given compiler accepts its syntax and semantics and produces output such as an object file or executable, rather than reporting syntax errors or unresolved symbols.
In usage, compilability depends on the compiler and the language dialect. The same source may be compilable
Compilability is distinct from run-time executability: code that is compilable may still fail at link time
See also: Compiler, Transpiler, Interpreter, Build system, Syntax error, Type checking.