pretty printing -- copmlete for xo::ast::GeneralizedExpression

This commit is contained in:
Roland Conybeare 2025-07-19 11:47:03 -05:00
commit c2dcc84c2e
14 changed files with 572 additions and 292 deletions

View file

@ -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"