vote up -1 vote down star

Possible Duplicate:
Learning to write a compiler

I'm taking a course on compilers in college. The prof can't teach worth anything and we don't have a textbook. I was wondering if there is a resource online that I could use to teach myself. It should include stuff like, lexical analysis, semantic analysis and formal languages. I've been unable to find something myself

flag

closed as exact duplicate by Aaron Digulla, Yuval F, paxdiablo, Paul Whelan, SilentGhost Oct 15 at 9:13

2 Answers

vote up 2 vote down

Try the Wikipedia article.

The LLVM project is about writing a compiler.

link|flag
vote up 5 vote down

Check out this SO Question: it contains quite a long list of resources (not all online)

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.