[Pharo-dev] [Pharo4] inspector shows the ASTNode that generated a Bytecode

2014-10-22 Thread Marcus Denker
Small extension: This way one can quickly see which AST node the system thinks corresponds to which byte code. I added this for Bytecodes and the Opal IR. (this should show the whole AST and just highlight the parts… later)      Marcus

Re: [Pharo-dev] [Pharo4] inspector shows the ASTNode that generated a Bytecode

2014-10-22 Thread Tudor Girba
You are really getting the hang of this, don't you? :) Doru On Wed, Oct 22, 2014 at 10:40 AM, Marcus Denker wrote: > Small extension: > > > This way one can quickly see which AST node the system thinks corresponds > to which byte code. > I added this for Bytecodes and the Opal IR. > > (this sh