Skip to content

noscript/difflib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A C++11 implementation of the great python difflib utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.5%
  • CMake 7.9%
  • Shell 3.3%
  • Python 2.3%