Simple tracing and debugging support for Raku grammars
This module provides a simple debugger for grammars. Just use
it: use Grammar::Debugger;
and any grammar in the lexical scope of the use statement will automatically have debugging enabled. The debugger will break execution when you first enter the grammar, and provide a prompt.
Linter | Message | Location |
---|---|---|
description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 203 |