Using the "output" from yacc

2009-01-26 Thread Alex Ryu
Hello I have a series of large arrays of floating point data. "Attached" to each array is a smaller array of integers, call it c. What I would like to do is perform operations on c of this nature: if c[1] < 54 and c[13] != 7 then c[3] = 16, etc. These instructions will be contained in a char bu

Re: Using the "output" from yacc

2009-01-27 Thread Alex Ryu
On Tue, Jan 27, 2009 at 8:59 AM, Hans Aberg wrote: > On 27 Jan 2009, at 01:14, Alex Ryu wrote: > > I have a series of large arrays of floating point data. "Attached" to >> each >> array is a smaller array of integers, call it c. What I would like to do >&g

Re: Using the "output" from yacc

2009-01-27 Thread Alex Ryu
[someindex] = $$} Is that correct? On Tue, Jan 27, 2009 at 9:58 AM, Hans Aberg wrote: > > On 27 Jan 2009, at 16:25, Alex Ryu wrote: > >> Thank you for your reply. I would prefer to keep everything in the project >> straight C for various reasons. Your idea is interesting, ho

Re: Using the "output" from yacc

2009-01-27 Thread Alex Ryu
On Tue, Jan 27, 2009 at 12:36 PM, Hans Aberg wrote: > On 27 Jan 2009, at 17:40, Alex Ryu wrote: > >>>> PS Is top posting or bottom posting the custom here? >>> >>> The style I use, inserting comments, is normal on all technical lists of >>> some