What are the tools required to build a compiler?
Posted
by
kevin
on Programmers
See other posts from Programmers
or by kevin
Published on 2013-10-24T15:40:56Z
Indexed on
2013/10/24
16:08 UTC
Read the original article
Hit count: 345
compiler
What are the various tools that are required to build a compiler for a particular programming language, say C?
I want to know how each part of the compiler works. So, I am trying to use all the existing tools like loader, linker, etc, and combine them together to build one compiler (or can just say "compiling a compiler"). Can any one list out all such tools that are required to build a fully functional one?
© Programmers or respective owner