Tags: | tools, reflection |
Authors: | Slava Pestov |
pprint-string-cells? |
Word | Stack effect |
. | ( obj -- ) |
... | ( obj -- ) |
.b | ( n -- ) |
.c | ( -- ) |
.h | ( n -- ) |
.o | ( n -- ) |
.r | ( -- ) |
.s | ( -- ) |
callstack. | ( callstack -- ) |
datastack. | ( seq -- ) |
object-table. | ( obj alist -- ) |
pprint | ( obj -- ) |
pprint-cell | ( obj -- ) |
pprint-short | ( obj -- ) |
pprint-use | ( obj -- ) |
short. | ( obj -- ) |
simple-table. | ( values -- ) |
stack. | ( seq -- ) |
unparse | ( obj -- str ) |
unparse-short | ( obj -- str ) |
unparse-use | ( obj -- str ) |
with-in | ( obj quot -- ) |
with-use | ( obj quot -- ) |
Vocabulary | Summary |
prettyprint.backend | Prettyprinter methods for built-in types |
prettyprint.config | Prettyprinter configuration variables |
prettyprint.custom | Protocol for extending the prettyprinter on custom data types |
prettyprint.sections | Prettyprinter formatting and layout logic |
prettyprint.stylesheet | prettyprinter syntax highlighting and formatted output |