bskinn / pent

pent Extracts Numerical Text -- Mini-language driven parser for structured numerical data in text
MIT License
20 stars 3 forks source link

Add pattern generation mode that outputs re.X-formatted regex, with comments #55

Open bskinn opened 6 years ago

bskinn commented 6 years ago

Would perhaps be helpful for diagnosing patterns that don't match as expected.

Would be a major undertaking, hacking all of the pattern generation stuff in a way that produced intelligible pattern output and commentary. Indentation would be its own special nightmare.