uccser/cs-field-guide

View on GitHub
csfieldguide/chapters/content/en/glossary/compiler.md

Summary

Maintainability
Test Coverage
# Compiler

A compiler translates an entire program written in a high level language to machine code.
This machine code can then be used to run the program.