Compilers are implementations of programming languages which convert source code into another format, such as a binary executable, bytecode, or another programming language. Use this tag for questions about the design or implementation of compilers. This contrasts with interpreters, which execute source code directly.
Related tags:
- transpilers Compilers to a different programming language
- interpreters Contrasting implementation approach, which executes source code directly instead of converting into another form