2016-08-13 10:36:57 -04:00
|
|
|
USING: accessors compiler.cfg.registers prettyprint.backend
|
|
|
|
prettyprint.custom prettyprint.sections ;
|
|
|
|
IN: compiler.prettyprint
|
|
|
|
|
|
|
|
: pprint-loc ( loc word -- ) <block pprint-word n>> pprint* block> ;
|
|
|
|
|
2017-08-26 14:30:18 -04:00
|
|
|
M: ds-loc pprint* \ d: pprint-loc ;
|
2016-08-13 10:36:57 -04:00
|
|
|
|
2017-08-26 14:30:18 -04:00
|
|
|
M: rs-loc pprint* \ r: pprint-loc ;
|