By Nasseh | 19/10/2018 | 0 Comment
Most of developers use their programming languages compilers without knowing how they compile their code. And that is the interest when you develop a basic compiler with lexical, syntactic and semantic analysis in C++ language. It’s true it’s a little hard to understand everything, but at least you can get a clear idea on how compilers could detect so many errors in our programs for example.