Site Archive (Complete)
C++ Blog: Parser Puzzle
C++
void main(void)

Calls, Returns and In-Between.

by Kevin Carlson
SELECTIVE IGNORANCE

Finding the Signal in the Noise

by Andrew Koenig
December 12, 2006

Parser Puzzle

In his article "Practical Parsing for ANSI C," Daniele Paolo Scarpazza tackles some of the reasons why building a C parser front-end can be surprisingly tricky. Many of the problems center around misconceptions, such as the common belief that lexical analysis is largely regular-expression matching. Sometimes that can be true, and if so, the job can be easy. But often, it's more complicated.

Posted by Kevin Carlson at 04:46 PM  Permalink




 
INFO-LINK


Related Sites: DotNetJunkies, SD Expo, SqlJunkies