Branch: refs/heads/hv/brackets
Home: https://github.com/Perl/perl5
Commit: 7fe8e930fcc71852cd6302fa11898bc45eeca235
https://github.com/Perl/perl5/commit/7fe8e930fcc71852cd6302fa11898bc45eeca235
Author: Hugo van der Sanden <[email protected]>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M toke.c
Log Message:
-----------
gh15835: 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'