Hi people,
I was looking into the idea of taking for example a verilog or c or C++ file and somehow parse it with perl and storage them in a hash structure. Then maybe i can edit those hash structures and call some function to rebuild the file back from the alter hash.
Got any ideas on how I can start?