Project Description for Language Compiler
We'll cover the following...
Introduction
A language compiler is a software used to convert the source code of a language into machine code, which is then executed by the computer’s processor. A compiler can have various components, including a scanner, lexical analyzer, semantic analyzer, code generations, etc., which might be handled by different modules of the program. The compilers are both ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy