Re: Parrot Constants

2003-07-02 Thread Dan Sugalski
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

Parrot Constants

2003-06-30 Thread Leopold Toetsch
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