compiler

Post Cover
compiler
Monday, 20 September 2021
Introduction to language processing and phases of compiler Part - 2
Introduction to basic concepts

Before we start understanding the phases of the compiler we need to have a basic understanding of automata theory.

Read Full Blog office worker
by
Chandra kanth
Post Cover
compiler
Saturday, 30 January 2021
Introduction to language processing and Phases of compiler
Introduction to language processing and Phases of compiler Part - 1

Compiler is one of the fascinating programs that has been built ex: GCC, it is a direct application of Automata Theory in source code analysis and In lame terms compilers just translate from high level language to low level language (Machine Level Code) binary form, Which CPU can understand.

Read Full Blog office worker
by
Chandra kanth