help page

background
each call to `peg/match` can be thought of
as consisting of a sequence of events
corresponding to entries into, exits out of,
and/or erroring out of a sequence of peg
"call" frames.  each spt trace consists of
a series of such events.

each event has its own html file showing
information about the event.  there are
links / shortcuts that can be used to
navigate to related event files.

navigation / shortcuts
up - navigate up a level
log - view event log for current trace
? - view help (this page)

first - go to first event
last - go to last event

prev - go to previous event
next - go to next event

entry - go to entry event for current frame
exit - go to exit event for current frame