Jaymon / pout

Python pretty print on steroids
MIT License
29 stars 0 forks source link

RegexValue could parse out groups and display them #84

Open Jaymon opened 9 months ago

Jaymon commented 9 months ago

This is the TODO I had in RegexValue.body_value's method:

# TODO -- we could parse out the groups and put them here, that
# would be kind of cool

I think the best way to do this would be to move over some of datatype's Scanner.read_balanced_delims code into RegexValue