pretty printing -- copmlete for xo::ast::GeneralizedExpression
This commit is contained in:
parent
7ddb79fadd
commit
c2dcc84c2e
14 changed files with 572 additions and 292 deletions
|
|
@ -4,8 +4,23 @@ Glossary
|
|||
--------
|
||||
|
||||
.. glossary::
|
||||
iff
|
||||
| Short for "if and only if"
|
||||
|
||||
pp
|
||||
| Short for `pretty printer`. For example in `ppdetail`, `toppstr`.
|
||||
| Short for "pretty printer". For example in `ppdetail`, `toppstr`.
|
||||
|
||||
ppii
|
||||
| Short for "pretty-print indent info"
|
||||
|
||||
pps
|
||||
| Short for "pretty-print state"
|
||||
|
||||
rtag
|
||||
| Shorthand for "raw tag"
|
||||
|
||||
xtag
|
||||
| Shorthand for `tag with preceding space`
|
||||
| Shorthand for "tag with preceding space"
|
||||
|
||||
xrtag
|
||||
| Shorthand for "raw tag with preceding space"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue