Linked from
The 52 pages that link to Compiler, each with the reason it gives.
ParsingRelated: A compiler parses source syntax before analyzing meaning or generating output.
C++Narrower topic: C++ source is commonly compiled into native code before execution.
LinkerRelated: Compilers usually create the object files that a linker combines.
WebAssemblyRelated: Compilers commonly translate C, C++, and Rust into WebAssembly modules.
CUDARelated: CUDA compilers translate device code into instructions the supported GPU can execute.
String (computer science)Related: Compilers process source code as structured sequences of symbols.
BytecodeRelated: A compiler commonly translates source code into bytecode before execution.
ParserRelated: A compiler typically parses source code before analyzing or translating it.
ExecutableRelated: Compilers commonly produce the object files from which executables are built.
Well-formed formulaRelated: Compilers reject source expressions that fail the language’s grammar.
Computer programRelated: A compiler can transform a program before it runs.
Object codeRelated: A compiler commonly produces object code from a high-level programming language.