https://github.com/dnmfarrell/grammar-diagnostic
print Perl 6 Grammar debug msgs more easily
https://github.com/dnmfarrell/grammar-diagnostic
Last synced: 4 months ago
JSON representation
print Perl 6 Grammar debug msgs more easily
- Host: GitHub
- URL: https://github.com/dnmfarrell/grammar-diagnostic
- Owner: dnmfarrell
- License: other
- Created: 2015-05-30T16:21:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T16:48:25.000Z (about 11 years ago)
- Last Synced: 2025-10-06T21:48:21.102Z (8 months ago)
- Language: Perl6
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- License: LICENSE
Awesome Lists containing this project
README
=pod
=head1 NAME
Grammar::Diagnostic - print Perl 6 Grammar debug msgs more easily
=head1 SYNOPSIS
use Grammar::Diagnostic;
my $diag = Grammar::Diagnostic.new;
...
=head1 LICENSE
FreeBSD, see LICENSE
=head1 AUTHOR
David Farrell, (C) 2015
=cut