if you like me, who has no formal computer science education, and interested on
build/want to know how a compiler works.
I am recommend "Programming Language Processors in Java: Compilers and Interpreters",
an amazing book for self taught computer programmer.
from my points of view, understanding those basic language theory, automate machine, set theory is not a big problem, the problem is how to turn those thing into code, above book tell you how to write a parser, analysis context, and generate code. if you can not understands this book, then i have to say, give up build a compiler. the book is best programming book i have even read.
there is an other book also good, Compiler Design in C, lot of code, tell you every thing about how to build compiler and lex tools.
building a compiler is a fun programming practice, can learn a heaps of programming skills.
do not buy the Dragon book, wast of money and time,not for practitioner