NimProgrammingBook icon indicating copy to clipboard operation
NimProgrammingBook copied to clipboard

Debug code left in regex example

Open doug719 opened this issue 1 year ago • 2 comments

In part VI, process execution, parsing data files(in parallel), using regular expressions:

the code has if match(l,r,m): when true: #debug discard

Maybe this was intended to bypass the large amount of output. Maybe writing it to a file would be better.

doug719 avatar Jun 18 '23 23:06 doug719