Re: Can I nest compilation of files?

2014-03-15 Thread Christian Schoenebeck
On Friday 14 March 2014 07:50:06 Anaswara Nair wrote: > I'm using BISON to create a parser for a new language more or less similar > to Ada. I wanted to nest compilation of different files and store the > variables used in each variables in a structure so that it is available for > other files too.

Re: Can I nest compilation of files?

2014-03-14 Thread Hans Aberg
On 14 Mar 2014, at 07:50, Anaswara Nair wrote: > I'm using BISON to create a parser for a new language more or less similar > to Ada. I wanted to nest compilation of different files and store the > variables used in each variables in a structure so that it is available for > other files too. > Wh

Can I nest compilation of files?

2014-03-14 Thread Anaswara Nair
I'm using BISON to create a parser for a new language more or less similar to Ada. I wanted to nest compilation of different files and store the variables used in each variables in a structure so that it is available for other files too. What should I do to make it possible? I tried using system c