Wednesday, September 29, 2010

the lex and yacc page

http://dinosaur.compilertools.net/

overview
A compiler or interpreter for a programminning language is often decomposed into two parts:
  1. Read the source program and discover its structure.
  2. Process this structure, e.g. to generate the target program.

No comments:

Post a Comment