At 11:56 AM +0200 6/30/03, Leopold Toetsch wrote:
So I'd like to generate a new directory hierarchy e.g.
runtime/parrot/include
/parrot/libs # N/Y
and place files, containing such constant definitions in
F.
Works for me.
--
Dan
Some parrot opcodes like interpinfo, stringinfo, warnings{on,off} have
constant items as an argument selecting some action. These are well
documented and working fine, but rather unreadable in PASM/PIR source
code and are suboptimal if some item ever needs a different value.
So I'd like to gene