"Alexei I. Adamovich" writes:
> I have a question concerning GGC and gengtype in particular.
> The question is: can I have DIFFERENT <>-ed types and
> variables with the SAME NAMES in two DIFFERENT front ends?
Yes.
Needless to say, I don't recommend it. What you describe sounds like
a recipe f
Hi, all!
I have a question concerning GGC and gengtype in particular.
The question is: can I have DIFFERENT <>-ed types and
variables with the SAME NAMES in two DIFFERENT front ends?
More expanded: I am trying to implement a front-end of a C-derived
language (say, Z); and have used the c-parser.c