Language

Package: perl6-grammar-debugger @ 1.0.1-1.0375008

Synopsis

Simple tracing and debugging support for Perl 6 grammars

Description

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.

Home page
https://github.com/jnthn/grammar-debugger
Location
gnu/packages/perl6.scm (line: 235, column: 4)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

sentences in description should be followed by two spaces; possible infraction at 203