If memory serves me right, Leopold Toetsch wrote:
> WOuld it help to split imcc.y into main/parser/parser_utils or are you 
> doing this anyway?

yes pushing some code from imcc.y into a seperate file is what I had in
mind ... But have not got to that yet ... 

Was curious about the following lines and sort of wasted that whole 
evening ...

|| return iANY(name, fmt, regs, 0);

if emit (last param) is zero when called from INS ... when does the code
actually get emitted ?

So can I just do this to emit *.pbc ?

emit_open(...)
......
emit_close()

to do my stuff ? (and how to do that without the interpreter interfering)

So I sort of concluded to leave the output to direct fprintf's . Roughing
it out with the changes in imcc seem easier than programming for this 
interface.... :-)

Gopal
-- 
The difference between insanity and genius is measured by success

Reply via email to