jnthn / grammar-debugger

Grammar::Debugger and Grammer::Tracer Perl 6 modules
36 stars 20 forks source link

CHANGED: rendering of trace #25

Closed nkh closed 8 years ago

nkh commented 8 years ago

Removed the glyphs

Removed the colored background

Color the Grammar element depending on the match succes or failure

Inline the matched string with the Grammar element on success makes the output almost alf the vertical size makes it easier to match the element to the matched string

nkh commented 8 years ago

Hmm, I think there is a slight problem as @traces does not get emptied, I have no ide how to do that right now.