prettyprint vocabulary
Factor handbook ยป Vocabulary index


Documentation
The prettyprinter

Metadata
Tags:tools, reflection
Authors:Slava Pestov


Words

Symbol words
pprint-string-cells?


Ordinary words
WordStack 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 -- )


Files


Metadata files


Children from resource:basis
VocabularySummary
prettyprint.backendPrettyprinter methods for built-in types
prettyprint.configPrettyprinter configuration variables
prettyprint.customProtocol for extending the prettyprinter on custom data types
prettyprint.sectionsPrettyprinter formatting and layout logic
prettyprint.stylesheetprettyprinter syntax highlighting and formatted output


Children
VocabularySummary
prettyprint.private