packages feed

hydrogen-cli-0.11: help/dump.txt

usage: h dump <type> [files...]

dump the output of different parsing stages.

One of the following switches must be specified:

   -T   --tokens    Print a list of parsed tokens
   -L   --layout    Print the layout tree
   -D   --data      Read a hydrogen data document

Examples:

   h dump -T file.hy
   cat file.hy | h dump -L