IRC channel logs
2024-09-22.log
back to list of logs
<nimaje>using COM for comment seems strange and confusing, do you have to save characters for some reason? I would use a generator function instead of what you are doing with dfauto and reduce, takes some time to understand the way you have written it (or maybe itertools.accumulate if you want). Not sure why you merge tokens via pdauto and reduce only to later drop everything that isn't hex digits <nimaje>and isn't that code broken if someone uses odd groupings of digits? <nimaje>And I don't see why you need that SOF state (start of file?) you could start with WS (whitespace?)