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 features. 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. Do you have any document that contains the grammar implemented in gcc c-parser? If you have, can you send it? It would be easier to make the proprer changes in the grammar if I have this document, because I won't have to understand the grammar reading the source code.
Thank you very much for your atention