In perl.git, the branch hv/brackets has been created
<http://perl5.git.perl.org/perl.git/commitdiff/da3f4a25135edfc692503c2316d4bb715ffdfbaa?hp=0000000000000000000000000000000000000000>
at da3f4a25135edfc692503c2316d4bb715ffdfbaa (commit)
- Log -----------------------------------------------------------------
commit da3f4a25135edfc692503c2316d4bb715ffdfbaa
Author: Hugo van der Sanden <[email protected]>
Date: Fri Dec 2 10:17:50 2016 +0000
Allow for bracket-stack annotations in tokereport()
Proof of concept to name the flags applied to tokens to modify the
bracket stack, and use them to report better with -DT; see for example
the output of: perl -DT -e 'qq{@{[0]}}' 2>&1 | grep -B1 '??\|BRACK'
-----------------------------------------------------------------------
--
Perl5 Master Repository