Vocabularycompiler.
cfg.
builderInputsOutputsWord descriptionCreates an
assoc that maps input values to the shuffle operation to stack locations.
ExamplesUSING: compiler.cfg.builder prettyprint ;
T{ #shuffle { in-d { 37 81 92 } } } make-input-map .
{ { 37 D: 2 } { 81 D: 1 } { 92 D: 0 } }
Definition