Skip to content

dominicprice/pydifflib-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydifflib-cpp

C++ implementation of Python's difflib

Usage

This is a header-only library, so just copy difflib.hpp into a location in your project and it's ready to go.

Examples on usage can be found in the tests directory

Building tests

To make the test suite, cd in to the tests directory and then:

mkdir build
cd build
cmake ..
cmake --build .

About

C++ implementation of Python's difflib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published