<snip>
Tasks we have:
(1) To write the NM file parser which only maps the patch data to
a C data structures. E.g.,
module[4].name
module[4].col
module[4].row
module[4].p[2]
module[4].im[1]
module[4].ih[1]
module[4].ic[1]
That could be simpler than expected. NMEdit already has parser
code in "nmedit/libs/libnmpatch". I included a copy in my
project package, no need to download NMEdit.
<snip>
1. Anybody already working on this? If not, I'll give it a go.
2. Is C++ OK? (You'd end up with a Patch class that could be
over-ridden to dump itself in whatever format was required).
Simon