Module chumsky::debug

source ·
Expand description

Utilities for debugging parsers.

“He was staring at the instruments with the air of one who is trying to convert Fahrenheit to centigrade in his head while his house is burning down.”

Structs

  • Information about a specific parser.
  • A silent debugger that emits no debugging messages nor collects any debugging data.
  • A verbose debugger that emits debugging messages to the console.

Enums

Traits

  • DebuggerDeprecated
    A trait implemented by parser debuggers.