Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 295 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 295 Bytes

C++11 Difflib

Explanation

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