Re: gcc c grammar

2009-03-19 Thread Ben Elliston
On Thu, 2009-03-19 at 23:29 -0300, Eduardo Cruz wrote: > I thought gcc used bison as a syntax analyser, but when I saw the gcc > c-parser source code I realized that it didn't use bison. > I read in the gcc mailist that gcc now has a recursive descent parser. That's right. > Do you have any docu

gcc c grammar

2009-03-19 Thread Eduardo Cruz
Hello, my name is Eduardo Cruz. I am an studen.t of Computer Science at the State University of Maringa, in Brazil. One of our teachers gave us a work in wich we are supposed to modify the c language to support some parallel programming stuff. I want to modify the gcc c frontend to support these fe