Nicholas Nethercote 551874920f Rewrite cg_merge in Python.
It's currently written in C, but `cg_annotate` and `cg_diff` are written in
Python. It's better to have them all in the same language.

The good news is that the Python code is 4.5x shorter than the C code.
The bad news is that the Python code is roughly 3x slower than the C
code. But `cg_merge` isn't used that often, so I think it's a reasonable
trade-off.
2023-03-28 14:54:27 +11:00
..
2023-03-22 10:12:27 +11:00
2023-03-28 14:54:27 +11:00
2023-03-28 14:54:25 +11:00
2023-03-28 14:54:25 +11:00
2023-03-28 14:54:27 +11:00
2023-03-28 14:54:27 +11:00
2023-03-22 10:12:27 +11:00