"Vincent R." <forumer@xxxxxxxxxxxxxxx> writes: > I put a breakpoint in c-parser and I would like to know if we can access > the token name from the c_parser*. > Sometimes I get lost and keyword is not enough. What is the token name if not the keyword? You can print a c_token value in the debugger. What else would you like to see? Ian