tags:

views:

105

answers:

2

Hi. This amu.

I want to write a compiler in C.

Whats basics do I have to learn for creating a compiler?

+2  A: 

Start by reading the dragon book.

Frédéric Hamidi
I wouldn't necessarily recommend that as the first book to look at. Although you'd want to read it eventually
Paul
A: 

flex and yacc may help

Yang Yan