You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a port of the great difflib tool in python into C++11. There is optional macros to help you externalize the templates to spare code size and compilation time.
To compile and test
mkdir build
cd build
cmake ../
make
./test/difflib-test
About
A C++11 implementation of the great python difflib utility